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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp82 if (rank_loss_type_ == PAIRWISE) {
86 } else if (rank_loss_type_ == RECIPROCAL_RANK) {
101 ALOGE("Unknown rank loss type: %d", rank_loss_type_);
H A Dstochastic_linear_ranker.h60 rank_loss_type_ = PAIRWISE;
110 return rank_loss_type_;
160 rank_loss_type_ = r;
211 RankLossType rank_loss_type_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 3873 milliseconds