SG++-Doxygen-Documentation
|
Factory to create refinement monitors. More...
#include <RefinementMonitorFactory.hpp>
Public Member Functions | |
RefinementMonitor * | createRefinementMonitor (const sgpp::base::AdaptivityConfiguration &adaptivityConfig) const |
Creates a refinement monitor. More... | |
RefinementMonitorFactory ()=default | |
Factory to create refinement monitors.
|
default |
RefinementMonitor * sgpp::datadriven::RefinementMonitorFactory::createRefinementMonitor | ( | const sgpp::base::AdaptivityConfiguration & | adaptivityConfig | ) | const |
Creates a refinement monitor.
adaptivityConfig | configuration for the adaptivity of the sparse grid |
References sgpp::base::AdaptivityConfiguration::errorBasedRefinement, sgpp::base::AdaptivityConfiguration::errorBufferSize, sgpp::base::AdaptivityConfiguration::errorConvergenceThreshold, sgpp::base::AdaptivityConfiguration::errorMinInterval, and sgpp::base::AdaptivityConfiguration::refinementPeriod.
Referenced by sgpp::datadriven::SparseGridMinerCrossValidation::learn(), and sgpp::datadriven::SparseGridMinerSplitting::learn().