OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FULL_CS
(Results
1 - 3
of
3
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h
30
enum UpdateType {
FULL_CS
, CLIP_CS, REG_CS, SL, ADAPTIVE_REG };
stochastic_linear_ranker.cpp
36
if (update_type_ ==
FULL_CS
|| update_type_ == REG_CS) {
43
if (update_type_ ==
FULL_CS
)
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp
141
classifier->SetUpdateType(learning_stochastic_linear::
FULL_CS
);
289
case learning_stochastic_linear::
FULL_CS
:
Completed in 316 milliseconds