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:
authorU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2012-08-23 00:03:25 +0400
committerU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2012-08-23 00:03:25 +0400
commite804a7d5d2a171cbf11e7511f46d3491dff349e3 (patch)
tree81aed79df3ea19a0b29a3683b9cc8ab8bc912e1e /vowpalwabbit/parse_primitives.h
parent11cf42fe15c0180d4ab732139a27d03fdab5e9e7 (diff)
many tweaks for windows compile
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index e9468219..836a9a90 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -35,8 +35,8 @@ struct shared_data {
float dump_interval;// when should I update for the user.
double gravity;
double contraction;
- double min_label;//minimum label encountered
- double max_label;//maximum label encountered
+ float min_label;//minimum label encountered
+ float max_label;//maximum label encountered
bool binary_label;
uint32_t k;