OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECIPROCAL_RANK
(Results
1 - 3
of
3
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h
31
enum RankLossType { PAIRWISE,
RECIPROCAL_RANK
};
stochastic_linear_ranker.cpp
86
} else if (rank_loss_type_ ==
RECIPROCAL_RANK
) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp
203
classifier->SetRankLossType(learning_stochastic_linear::
RECIPROCAL_RANK
);
352
case learning_stochastic_linear::
RECIPROCAL_RANK
:
Completed in 55 milliseconds