summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index eb0b869..2f1ab6c 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -16,12 +16,7 @@ module OpenTox
feature
end
- # provides domain (possible target values) of classification feature
- # @return [Array] list with possible target values
- def domain
- return [true, false]
- end
-
+
# provides feature type, possible types are "regression" or "classification"
# @return [String] feature type, unknown if OT.isA property is unknown/ not set
def feature_type