OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:w_square
(Results
1 - 1
of
1
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h
178
double
w_square
;
local
186
w_square
= weight_.L2Norm();
188
return exp(-1 * kernel_param_ * (
w_square
+ s_square - 2 * dot));
Completed in 311 milliseconds