OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2Norm
(Results
1 - 4
of
4
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h
186
w_square = weight_.
L2Norm
();
187
s_square = sample.
L2Norm
();
stochastic_linear_ranker.cpp
38
const double gradient_norm = gradient.
L2Norm
();
sparse_weight_vector.h
144
double
L2Norm
() const;
sparse_weight_vector.cpp
228
double SparseWeightVector<Key, Hash>::
L2Norm
() const {
353
double curr_l2_norm =
L2Norm
();
Completed in 40 milliseconds