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

gd_mf.h - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34ed8059894dc32522e6151b6075f420d06b8617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
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 GD_MF_H
#define GD_MF_H

#include <math.h>
#include "example.h"
#include "parse_regressor.h"
#include "parser.h"
#include "gd.h"

void setup_gd_mf(gd_thread_params t);
void destroy_gd_mf();

#endif