![]() |
SG++-Doxygen-Documentation
|
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... | |
Structure that contains information about the learners behaviour.
| 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().
| 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().