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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/vowpalwabbit/nn.h b/vowpalwabbit/nn.h
index 52e08f46..3b000433 100644
--- a/vowpalwabbit/nn.h
+++ b/vowpalwabbit/nn.h
@@ -4,10 +4,4 @@ individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
#pragma once
-#include "global_data.h"
-#include "parse_args.h"
-
-namespace NN
-{
- LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
-}
+namespace NN { LEARNER::base_learner* setup(vw& all); }