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:
authorZhen Qin <ZhenQin@eharmony.com>2013-07-26 03:20:00 +0400
committerZhen Qin <ZhenQin@eharmony.com>2013-07-26 03:20:00 +0400
commitfca3d8fc56987e24aca90dc4eda872a88095fc17 (patch)
treeeeef45485d4dec5fcc7aeb92e68bfee281e0f222 /vowpalwabbit/parse_primitives.h
parentd27bfb0dab42df24a27836af30a142d9df7e1bf2 (diff)
printout change and cleaning
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index df85eec8..33720e1a 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -52,8 +52,6 @@ struct shared_data {
double weighted_holdout_examples_since_last_dump;
double holdout_sum_loss_since_last_dump;
double holdout_sum_loss;
- double holdout_best_loss;
- size_t holdout_best_pass;
bool binary_label;
uint32_t k;