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

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

namespace FTRL {
  LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
}
#endif