Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Daume III <me@hal3.name>2014-03-27 00:41:45 +0400
committerHal Daume III <me@hal3.name>2014-03-27 00:41:45 +0400
commit06b2403371723ca8ef1ea2b40e73d6267543afb2 (patch)
tree1c2b1b5548c70a7f5e16a1ecbdb7d6f80e86e5fa /vowpalwabbit/csoaa.cc
parentd3804ec65eda3bcaffe05ae118799065cc1a95d6 (diff)
minor edit to gd
Diffstat (limited to 'vowpalwabbit/csoaa.cc')
-rw-r--r--vowpalwabbit/csoaa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/csoaa.cc b/vowpalwabbit/csoaa.cc
index df6b73c6..3566126e 100644
--- a/vowpalwabbit/csoaa.cc
+++ b/vowpalwabbit/csoaa.cc
@@ -352,7 +352,7 @@ namespace LabelDict {
ec.ld = &simple_label;
base.predict(ec); // make a prediction
costs[j].partial_prediction = ec.partial_prediction;
- cdbg << "costs[" << j << "].partial_prediction = " << ec.partial_prediction << endl;
+ //cdbg << "costs[" << j << "].partial_prediction = " << ec.partial_prediction << endl;
if (min_score && prediction && (ec.partial_prediction < *min_score)) {
*min_score = ec.partial_prediction;