SG++-Doxygen-Documentation
sgpp::datadriven::LearnerConfiguration Struct Reference

Structure that contains information about the learners behaviour. More...

#include <LearnerConfiguration.hpp>

Public Attributes

double beta = 1.0
 Weigting factor for older batches TODO(fuchsgruber): This is not yet part of DBMatOnlineDE and also not the CG Model. More...
 
bool usePrior = false
 Determine if the relative frequency of instances of a class should be used as prior (false corresponds to a uniform prior) More...
 

Detailed Description

Structure that contains information about the learners behaviour.

Member Data Documentation

◆ beta

double sgpp::datadriven::LearnerConfiguration::beta = 1.0

Weigting factor for older batches TODO(fuchsgruber): This is not yet part of DBMatOnlineDE and also not the CG Model.

Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterLearnerConfig(), and sgpp::datadriven::FitterConfigurationDensityEstimation::setupDefaults().

◆ usePrior

bool sgpp::datadriven::LearnerConfiguration::usePrior = false

Determine if the relative frequency of instances of a class should be used as prior (false corresponds to a uniform prior)

Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterLearnerConfig().


The documentation for this struct was generated from the following file: