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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp31 const int32 gradient_l0_norm) {
53 if (gradient_l0_norm > 0) {
54 gradient.ReprojectL0(gradient_l0_norm);
25 UpdateSubGradient( const SparseWeightVector<Key, Hash> &positive, const SparseWeightVector<Key, Hash> &negative, const double learning_rate, const double positive_score, const double negative_score, const int32 gradient_l0_norm) argument
H A Dstochastic_linear_ranker.h165 void SetGradientL0Norm(const int32 gradient_l0_norm) { argument
166 gradient_l0_norm_ = gradient_l0_norm;
240 const int32 gradient_l0_norm);

Completed in 48 milliseconds