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-31 01:27:23 +0400
committerZhen Qin <ZhenQin@eharmony.com>2013-07-31 01:27:23 +0400
commit2dbfb71a7b4b4ff3aadfd52beae5fd789bfd62a7 (patch)
tree90f74c9f88adda6794e5fbd7d5b5bc700f3ec5c5 /vowpalwabbit/parse_primitives.h
parent0f027a7d5de669d0d0f90120847ce9c5b2006068 (diff)
parent65e95a8ac20fdbed31caed06797eac327e5736ab (diff)
more general holdout_valid
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index 33720e1a..3c8b7521 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -90,6 +90,7 @@ struct parser {
size_t ring_size;
uint64_t parsed_examples; // The index of the parsed example.
uint64_t local_example_number;
+ uint32_t in_pass_counter;
example* examples;
uint64_t used_index;
MUTEX examples_lock;