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

print.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0f42fceef3956d54b8594197c2135a9c7c0913f (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 PRINT_H
#define PRINT_H

namespace PRINT {
  LEARNER::learner* setup(vw& all);
}

#endif