summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 21572ca..b58946b 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -10,7 +10,6 @@ module OpenTox
# Feature for categorical variables
class NominalFeature < Feature
- # TODO check if accept_values are still needed
field :accept_values, type: Array
def initialize params
super params
@@ -35,14 +34,6 @@ module OpenTox
end
end
- # Feature for supervised fragments from Fminer algorithm
- class FminerSmarts < Smarts
- field :p_value, type: Float
- # TODO check if effect is used
- field :effect, type: String
- field :dataset_id
- end
-
# Feature for categorical bioassay results
class NominalBioAssay < NominalFeature
end