Searched refs:l2_norm (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp351 void SparseWeightVector<Key, Hash>::ReprojectL2(const double l2_norm) { argument
352 CHECK_GT(l2_norm, 0);
355 if (curr_l2_norm > l2_norm) {
356 normalizer_ *= curr_l2_norm / l2_norm;
H A Dsparse_weight_vector.h155 void ReprojectL2(const double l2_norm);

Completed in 238 milliseconds