Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ect.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c26b41154fc42fd115f1465b0afdf1dd3234f5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
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 ERROR_CORRECTING_H
#define ERROR_CORRECTING_H

namespace ECT
{
  LEARNER::learner* setup(vw&, po::variables_map&);
}

#endif