From bcbd85aad9e03ab74206ba80daa9c00ee6a41da8 Mon Sep 17 00:00:00 2001 From: davor Date: Fri, 13 Jan 2012 14:37:35 +0100 Subject: Re-adjusted neighbors to 132 --- lazar.rb | 4 ++-- 1 file 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 -- cgit v1.2.3