From 1b44e0cd76f2ead93b8b3fa0f970c85ef32a4b14 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Fri, 16 Nov 2018 22:45:17 +0100 Subject: confidence for prediction datasets --- lib/feature.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index b474398..72c26d7 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -15,6 +15,11 @@ module OpenTox field :dataset_id, type: BSON::ObjectId end + # Confidence + class Confidence < Feature + field :dataset_id, type: BSON::ObjectId + end + # Categorical variables class NominalFeature < Feature field :accept_values, type: Array -- cgit v1.2.3