summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-01-13 14:37:35 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-01-13 14:37:35 +0100
commitbcbd85aad9e03ab74206ba80daa9c00ee6a41da8 (patch)
tree83b84ae3c48c98af35ae98a0407a008155314982
parent196f5292da023ee6cbc9f1e833a8236e26b8b7c7 (diff)
Re-adjusted neighbors to 132
-rw-r--r--lazar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazar.rb b/lazar.rb
index 4dede79..c000a02 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -93,7 +93,7 @@ class LazarTest < Test::Unit::TestCase
predict_compound OpenTox::Compound.from_smiles("c1ccccc1NN")
assert_equal 0.61, @predictions.first.confidence(@compounds.first).round_to(2)
assert_equal 253, @predictions.first.neighbors(@compounds.first).size
- assert_equal 132, @model.features.size
+ assert_equal 131, @model.features.size
cleanup
end
@@ -102,7 +102,7 @@ class LazarTest < Test::Unit::TestCase
predict_compound OpenTox::Compound.from_smiles("c1ccccc1NN")
assert_equal 0.61, @predictions.first.confidence(@compounds.first).round_to(2)
assert_equal 253, @predictions.first.neighbors(@compounds.first).size
- assert_equal 132, @model.features.size
+ assert_equal 131, @model.features.size
cleanup
end