Searched refs:INV_LINEAR (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h29 enum AdaptationMode { CONST, INV_LINEAR, INV_QUADRATIC, INV_SQRT }; enumerator in enum:learning_stochastic_linear::AdaptationMode
H A Dlearning_rate_controller-inl.h35 mode_ = INV_LINEAR;
96 } else if (mode_ == INV_LINEAR) {
H A Dstochastic_linear_ranker.h51 adaptation_mode_ = INV_LINEAR;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp160 classifier->SetAdaptationMode(learning_stochastic_linear::INV_LINEAR);
312 case learning_stochastic_linear::INV_LINEAR :

Completed in 1873 milliseconds