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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 106 const char * LOSS_TYPE_RECIPROCAL_RANK = "RECIPROCAL_RANK";
jni_stochastic_linear_ranker.cpp 202 else if (strcmp(cValue, LOSS_TYPE_RECIPROCAL_RANK ) == 0)
353 s = LOSS_TYPE_RECIPROCAL_RANK;

Completed in 2932 milliseconds