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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 29 enum AdaptationMode { CONST, INV_LINEAR, INV_QUADRATIC, INV_SQRT };
learning_rate_controller-inl.h 35 mode_ = INV_LINEAR;
96 } else if (mode_ == INV_LINEAR) {
stochastic_linear_ranker.h 51 adaptation_mode_ = INV_LINEAR;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 160 classifier->SetAdaptationMode(learning_stochastic_linear::INV_LINEAR);
312 case learning_stochastic_linear::INV_LINEAR :

Completed in 881 milliseconds