From de763211bd2b6451e3a8dc20eb95a3ecf72bef17 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Thu, 11 Oct 2018 12:13:40 +0200 Subject: initial dataset batch prediction --- lib/feature.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index e6fede6..2c10c26 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -37,6 +37,10 @@ module OpenTox field :training_feature_id, type: BSON::ObjectId end + class LazarPredictionProbability < NominalLazarPrediction + field :value, type: Float + end + # Numeric lazar prediction class NumericLazarPrediction < NumericFeature field :model_id, type: BSON::ObjectId -- cgit v1.2.3