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

binary.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0016f16bf0d059d3efb215913543ba92b464aba7 (plain)
1
2
3
4
5
6
#ifndef BINARY_H
#define BINARY_H
namespace BINARY {
  LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
}
#endif