Searched defs:weight_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.h170 weight_.LoadWeightVector(model);
174 model->LoadWeightVector(weight_);
178 const double dot = weight_.DotProduct(sample);
187 w_square = weight_.L2Norm();
205 SparseWeightVector<Key, Hash> weight_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 83 milliseconds