Searched refs:AdditiveWeightUpdate (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp34 gradient.AdditiveWeightUpdate(1.0, positive, 0.0);
35 gradient.AdditiveWeightUpdate(-1.0, negative, 0.0);
50 gradient.AdditiveWeightUpdate(-lambda_, weight_, 0.0);
58 weight_.AdditiveWeightUpdate(final_learning_rate, gradient, 0.0);
H A Dsparse_weight_vector.h131 void AdditiveWeightUpdate(const double multiplier,
H A Dsparse_weight_vector.cpp48 void SparseWeightVector<Key, Hash>::AdditiveWeightUpdate( function in class:learning_stochastic_linear::SparseWeightVector

Completed in 134 milliseconds