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:
Diffstat (limited to 'vowpalwabbit/nn.h')
-rw-r--r--vowpalwabbit/nn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/nn.h b/vowpalwabbit/nn.h
index de41be46..52e08f46 100644
--- a/vowpalwabbit/nn.h
+++ b/vowpalwabbit/nn.h
@@ -9,5 +9,5 @@ license as described in the file LICENSE.
namespace NN
{
- LEARNER::learner* setup(vw& all, po::variables_map& vm);
+ LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
}