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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp303 void SparseWeightVector<Key, Hash>::ReprojectL1(const double l1_norm) { argument
309 CHECK_GT(l1_norm, 0);
320 if (curr_l1_norm < l1_norm) {
333 theta = (cum_sum - l1_norm)/curr_index;

Completed in 69 milliseconds