Go to the source code of this file.
Namespaces | |
ML | |
Enumerations | |
enum | ML::lr_type { ML::OPTIMAL , ML::CONSTANT , ML::INVSCALING , ML::ADAPTIVE } |
enum | ML::loss_funct { ML::SQRD_LOSS , ML::HINGE , ML::LOG } |
enum | ML::penalty { ML::NONE , ML::L1 , ML::L2 , ML::ELASTICNET } |