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:
authorJohn Langford <jl@hunch.net>2014-01-29 02:28:32 +0400
committerJohn Langford <jl@hunch.net>2014-01-29 02:28:32 +0400
commit2fb8eca0a0d2a8ba5e8438145b5639486cc4c933 (patch)
tree6ebf73e8d06d551776f5235857eb7b5fe48f3609 /vowpalwabbit/csoaa.cc
parent1a9eae25b5fc861af1f6714b3ad61822bcf4726f (diff)
baseline bag and cover approaches working
Diffstat (limited to 'vowpalwabbit/csoaa.cc')
-rw-r--r--vowpalwabbit/csoaa.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/csoaa.cc b/vowpalwabbit/csoaa.cc
index 6d3f89fb..a9112b71 100644
--- a/vowpalwabbit/csoaa.cc
+++ b/vowpalwabbit/csoaa.cc
@@ -324,7 +324,6 @@ namespace CSOAA {
for (wclass *cl = ld->costs.begin; cl != ld->costs.end; cl ++)
{
uint32_t i = cl->weight_index;
-
if (is_learn)
{
if (cl->x == FLT_MAX || !all->training)