![]() |
SG++-Doxygen-Documentation
|
Structure that contains information about the learners behaviour. More...
#include <LearnerConfiguration.hpp>
Public Attributes | |
double | learningRate_ = 1.0 |
Weigting factor for older batches. | |
bool | usePrior_ = false |
Determine if the relative frequency of instances of a class should be used as prior (false corresponds to a uniform prior) | |
Structure that contains information about the learners behaviour.
double sgpp::datadriven::LearnerConfiguration::learningRate_ = 1.0 |
Weigting factor for older batches.
Referenced by sgpp::datadriven::DMConfigTools::dumpToStream(), sgpp::datadriven::DataMiningConfigParser::getFitterLearnerConfig(), and sgpp::datadriven::FitterConfiguration::setupDefaults().
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::DMConfigTools::dumpToStream(), sgpp::datadriven::DataMiningConfigParser::getFitterLearnerConfig(), and sgpp::datadriven::FitterConfiguration::setupDefaults().