summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 50dea77..be07e7a 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -65,7 +65,7 @@ module OpenTox
field :training_feature_id, type: BSON::ObjectId
end
- class LazarConfidenceInterval < NumericLazarPrediction
+ class LazarPredictionInterval < NumericLazarPrediction
end
class NominalSubstanceProperty < NominalFeature