SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
RegularizationConfiguration.hpp File Reference
#include <sgpp/globaldef.hpp>

Classes

struct  sgpp::datadriven::RegularizationConfiguration
 

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::datadriven
 

Enumerations

enum class  sgpp::datadriven::RegularizationMetricType { sgpp::datadriven::mse , sgpp::datadriven::nll , sgpp::datadriven::accuracy , sgpp::datadriven::residual }
 
enum class  sgpp::datadriven::RegularizationType {
  sgpp::datadriven::Identity , sgpp::datadriven::Laplace , sgpp::datadriven::Diagonal , sgpp::datadriven::Lasso ,
  sgpp::datadriven::ElasticNet , sgpp::datadriven::GroupLasso
}