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

gd_mf.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09623e612223d843b39b78ccde41b25d6de3ff6b (plain)
1
2
3
4
5
6
7
/*
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 GDMF{ LEARNER::base_learner* setup(vw& all); }