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

constant.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 676a20ed9e5d25652c54c5823a4e376b66c1bd04 (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 CONSTANT_H_
#define CONSTANT_H_
const int quadratic_constant = 27942141;
const int cubic_constant = 21791;
const int cubic_constant2 = 37663;
const int affix_constant = 13903957;
const int constant = 11650396;
#endif