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-09-29 20:50:38 +0400
committerJohn Langford <jl@hunch.net>2014-09-29 20:50:38 +0400
commitf129772af5a0db2c8f0d4b84e1283e2d95e558b7 (patch)
tree862d4a181e2d5d84b27b9a4360744cf0ebb23ebf /vowpalwabbit/wap.h
parentfbca5d44be583f91e4208a033b16293440c4c07e (diff)
removed wap.cc
Diffstat (limited to 'vowpalwabbit/wap.h')
-rw-r--r--vowpalwabbit/wap.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/vowpalwabbit/wap.h b/vowpalwabbit/wap.h
deleted file mode 100644
index decd9e03..00000000
--- a/vowpalwabbit/wap.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
-Copyright (c) by respective owners including Yahoo!, Microsoft, and
-individual contributors. All rights reserved. Released under a BSD
-license as described in the file LICENSE.
- */
-#ifndef WEIGHTED_ALL_PAIRS_H
-#define WEIGHTED_ALL_PAIRS_H
-
-#include "global_data.h"
-#include "parse_args.h"
-
-namespace WAP {
- LEARNER::learner* setup(vw&, po::variables_map& vm);
-}
-
-#endif