DiSMEC++
regularizers.h File Reference
#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< Objectivedismec::objective::make_regularizer (const SquaredNormConfig &config)
 
std::unique_ptr< Objectivedismec::objective::make_regularizer (const HuberConfig &config)
 
std::unique_ptr< Objectivedismec::objective::make_regularizer (const ElasticConfig &config)
 

Typedef Documentation

◆ real_t

using real_t = float

Definition at line 11 of file regularizers.h.