|
DiSMEC++
|
#include <memory>Go to the source code of this file.
Classes | |
| struct | dismec::objective::SquaredNormConfig |
| struct | dismec::objective::HuberConfig |
| struct | dismec::objective::ElasticConfig |
Namespaces | |
| dismec | |
| Main namespace in which all types, classes, and functions are defined. | |
| dismec::objective | |
Typedefs | |
| using | real_t = float |
Functions | |
| std::unique_ptr< Objective > | dismec::objective::make_regularizer (const SquaredNormConfig &config) |
| std::unique_ptr< Objective > | dismec::objective::make_regularizer (const HuberConfig &config) |
| std::unique_ptr< Objective > | dismec::objective::make_regularizer (const ElasticConfig &config) |
| using real_t = float |
Definition at line 11 of file regularizers.h.