Searched refs:L2Norm (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.h186 w_square = weight_.L2Norm();
187 s_square = sample.L2Norm();
H A Dstochastic_linear_ranker.cpp38 const double gradient_norm = gradient.L2Norm();
H A Dsparse_weight_vector.cpp228 double SparseWeightVector<Key, Hash>::L2Norm() const { function in class:learning_stochastic_linear::SparseWeightVector
353 double curr_l2_norm = L2Norm();
H A Dsparse_weight_vector.h144 double L2Norm() const;

Completed in 544 milliseconds