OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
59
rank_loss_type_
= PAIRWISE;
109
return
rank_loss_type_
;
159
rank_loss_type_
= r;
210
RankLossType
rank_loss_type_
;
member in class:learning_stochastic_linear::StochasticLinearRanker
Completed in 3911 milliseconds