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/loss_functions.h
parent11cf42fe15c0180d4ab732139a27d03fdab5e9e7 (diff)
many tweaks for windows compile
Diffstat (limited to 'vowpalwabbit/loss_functions.h')
-rw-r--r--vowpalwabbit/loss_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/loss_functions.h b/vowpalwabbit/loss_functions.h
index d054e7a9..83d4f845 100644
--- a/vowpalwabbit/loss_functions.h
+++ b/vowpalwabbit/loss_functions.h
@@ -34,6 +34,6 @@ public :
virtual ~loss_function() {};
};
-loss_function* getLossFunction(void*, string funcName, double function_parameter = 0);
+loss_function* getLossFunction(void*, string funcName, float function_parameter = 0);
#endif /* LOSSFUNCTIONS_H_ */