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

lda_core.h - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 851177fb2fe1e0f140349595c50cfbd0fbc6ae14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Copyright (c) 2009 Yahoo! Inc.  All rights reserved.  The copyrights
embodied in the content of this file are licensed under the BSD
(revised) open source license
 */

#ifndef LDA_CORE_H
#define LDA_CORE_H

void start_lda(gd_thread_params t);
void end_lda();

#endif