Home
last modified time | relevance | path

Searched refs:RegularizationType (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dstochastic_linear_ranker.h74 RegularizationType GetRegularizationType() const { in GetRegularizationType()
120 void SetRegularizationType(const RegularizationType r) { in SetRegularizationType()
207 RegularizationType regularization_type_;
Dcommon_defs.h25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enum
Dsparse_weight_vector.h158 int32 Reproject(const double norm, const RegularizationType r);
Dsparse_weight_vector.cpp362 const RegularizationType r) { in Reproject()