OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_negative_
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp
87
const double current_negative_score = ScoreSample(
current_negative_
);
93
current_negative_
.Clear();
94
current_negative_
.LoadWeightVector(negative);
96
UpdateSubGradient(positive,
current_negative_
, learning_rate,
stochastic_linear_ranker.h
220
SparseWeightVector<Key, Hash>
current_negative_
;
member in class:learning_stochastic_linear::StochasticLinearRanker
Completed in 36 milliseconds