From ea3829ca583ea706cd96a9544e22949bd751158b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 9 Jan 2010 18:22:47 +0100 Subject: tasks added --- lib/algorithm.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/algorithm.rb') diff --git a/lib/algorithm.rb b/lib/algorithm.rb index 9918110..c5d162a 100644 --- a/lib/algorithm.rb +++ b/lib/algorithm.rb @@ -45,7 +45,6 @@ module OpenTox end class Similarity - def self.weighted_tanimoto(fp_a,fp_b,p) common_features = fp_a & fp_b all_features = fp_a + fp_b @@ -59,7 +58,6 @@ module OpenTox 0.0 end end - end end -- cgit v1.2.3