summaryrefslogtreecommitdiff
path: root/lib/validation_db.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2009-11-24 10:26:17 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2009-11-24 10:26:17 +0100
commitdb65b03dc761f7788dad5bdbfd9e0d7e8376f6cb (patch)
tree108a823cdd26b0f47360d4a3f45502e52735150c /lib/validation_db.rb
parent199a350dfda66a918bd52b59e7f511a9cc19fd63 (diff)
add prediction_feature param
Diffstat (limited to 'lib/validation_db.rb')
-rw-r--r--lib/validation_db.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/validation_db.rb b/lib/validation_db.rb
index 05e41a7..bfebb40 100644
--- a/lib/validation_db.rb
+++ b/lib/validation_db.rb
@@ -32,6 +32,7 @@ module Lib
property :algorithm_uri, String, :length => 255
property :dataset_uri, String, :length => 255
property :num_folds, Integer, :default => 10
+ property :prediction_feature, String, :length => 255
property :stratified, Boolean, :default => false
property :random_seed, Integer, :default => 1
property :finished, Boolean, :default => false