OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegularizationType
(Results
1 - 4
of
4
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h
25
enum
RegularizationType
{ L0, L1, L2, L1L2, L1LInf };
stochastic_linear_ranker.h
75
RegularizationType
GetRegularizationType() const {
121
void SetRegularizationType(const
RegularizationType
r) {
208
RegularizationType
regularization_type_;
sparse_weight_vector.h
159
int32 Reproject(const double norm, const
RegularizationType
r);
sparse_weight_vector.cpp
362
const
RegularizationType
r) {
Completed in 50 milliseconds