Searched refs:FULL_CS (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h30 enum UpdateType { FULL_CS, CLIP_CS, REG_CS, SL, ADAPTIVE_REG }; enumerator in enum:learning_stochastic_linear::UpdateType
H A Dstochastic_linear_ranker.cpp36 if (update_type_ == FULL_CS || update_type_ == REG_CS) {
43 if (update_type_ == FULL_CS)
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp141 classifier->SetUpdateType(learning_stochastic_linear::FULL_CS);
289 case learning_stochastic_linear::FULL_CS :

Completed in 552 milliseconds