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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 82 if (rank_loss_type_ == PAIRWISE) {
86 } else if (rank_loss_type_ == RECIPROCAL_RANK) {
101 ALOGE("Unknown rank loss type: %d", rank_loss_type_);
stochastic_linear_ranker.h 60 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 149 milliseconds