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-02-07 18:12:50 +0400
committerJohn Langford <jl@hunch.net>2014-02-07 18:12:50 +0400
commit630bd1297e7cacfd996e481264526138cedd43b1 (patch)
tree65b4dff3744060f27bdc13ef94635a064d9c67c2 /vowpalwabbit/oaa.cc
parente06a7349477dbe46c11ed05cf0476e825187f6eb (diff)
remove get_initial abstraction
Diffstat (limited to 'vowpalwabbit/oaa.cc')
-rw-r--r--vowpalwabbit/oaa.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vowpalwabbit/oaa.cc b/vowpalwabbit/oaa.cc
index 01849199..bf9e7d15 100644
--- a/vowpalwabbit/oaa.cc
+++ b/vowpalwabbit/oaa.cc
@@ -51,11 +51,6 @@ namespace OAA {
return (ld->weight > 0) ? ld->weight : 0.f;
}
- float initial(void* v)
- {
- return 0.;
- }
-
char* bufcache_label(mc_label* ld, char* c)
{
*(uint32_t *)c = ld->label;