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

autolink.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7f8c6ce9132e599095de52edfb171ed45b433a2 (plain)
1
2
3
4
5
6
7

#ifndef AUTOLINK_H
#define AUTOLINK_H
namespace ALINK {
  LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
}
#endif