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