From adefea0e78a4f05a2c9537e643873ad61fc22a0a Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 3 Oct 2016 19:49:55 +0200 Subject: initial model creation tests --- lib/classification.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/classification.rb') diff --git a/lib/classification.rb b/lib/classification.rb index 2ccd7d1..03c32c4 100644 --- a/lib/classification.rb +++ b/lib/classification.rb @@ -25,7 +25,9 @@ module OpenTox prediction = probabilities.key(p_max) {:value => prediction,:probabilities => probabilities} end + end + end end -- cgit v1.2.3