SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::LearnerConfiguration Struct Reference

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)
 

Detailed Description

Structure that contains information about the learners behaviour.

Member Data Documentation

◆ learningRate_

double sgpp::datadriven::LearnerConfiguration::learningRate_ = 1.0

◆ 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::DMConfigTools::dumpToStream(), sgpp::datadriven::DataMiningConfigParser::getFitterLearnerConfig(), and sgpp::datadriven::FitterConfiguration::setupDefaults().


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