summaryrefslogtreecommitdiff
path: root/lib/ot_predictions.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-08-02 13:03:37 +0200
committermguetlein <martin.guetlein@gmail.com>2010-08-02 13:03:37 +0200
commitad376b7c5c3bb5c4270c78c5dd342436eb5dcdb9 (patch)
treefba30cca083d8e1994e0186e5c8f1308be4ca0c5 /lib/ot_predictions.rb
parentce0121c8d5e77e8f4cb9654d372a8745e9b3ef10 (diff)
improve search facilites to enable rdf-format properties
Diffstat (limited to 'lib/ot_predictions.rb')
-rw-r--r--lib/ot_predictions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ot_predictions.rb b/lib/ot_predictions.rb
index 63debc0..110a40e 100644
--- a/lib/ot_predictions.rb
+++ b/lib/ot_predictions.rb
@@ -17,7 +17,7 @@ module Lib
def initialize(is_classification, test_dataset_uri, test_target_dataset_uri, prediction_feature, prediction_dataset_uri, predicted_variable)
- LOGGER.debug("loading prediciton via test-dateset:'"+test_dataset_uri.to_s+
+ LOGGER.debug("loading prediciton via test-dataset:'"+test_dataset_uri.to_s+
"', test-target-datset:'"+test_target_dataset_uri.to_s+
"', prediction-dataset:'"+prediction_dataset_uri.to_s+
"', prediction_feature: '"+prediction_feature.to_s+"' "+