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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp87 const double current_negative_score = ScoreSample(current_negative_);
93 current_negative_.Clear();
94 current_negative_.LoadWeightVector(negative);
96 UpdateSubGradient(positive, current_negative_, learning_rate,
H A Dstochastic_linear_ranker.h221 SparseWeightVector<Key, Hash> current_negative_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 41 milliseconds