HomeSort by relevance Sort by last modified time
    Searched full:negative_score (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 30 const double negative_score,
37 const double loss = std::max(0.0, (1 - positive_score + negative_score));
71 const double negative_score = ScoreSample(negative); local
72 if ((positive_score - negative_score) < 1) {
84 positive_score, negative_score,
88 if ((negative_score > current_negative_score) ||
91 positive_score, negative_score,
97 positive_score, negative_score,
stochastic_linear_ranker.h 239 const double negative_score,

Completed in 57 milliseconds