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

noop.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9fe8267eb30f56ed173ae58115d71484f27c2e9 (plain)
1
2
3
4
5
6
7
8
9
/*
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.
*/
#pragma once
namespace NOOP {
  LEARNER::learner* setup(vw&);
}