summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb5
1 files changed, 5 insertions, 0 deletions
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