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

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

namespace LDA{
  LEARNER::learner* setup(vw&, std::vector<std::string>&, po::variables_map&);
}

#endif