SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
DBMatOfflineFactory.hpp File Reference
#include <sgpp/datadriven/algorithm/DBMatOffline.hpp>
#include <string>

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::datadriven
 
namespace  sgpp::datadriven::DBMatOfflineFactory
 factories to build the specialization of the DBMatOffline objects.
 

Functions

DBMatOfflinesgpp::datadriven::DBMatOfflineFactory::buildFromFile (const std::string &fname)
 Read a serialized DBMatOffline object and construct a new object with the information.
 
DBMatOfflinesgpp::datadriven::DBMatOfflineFactory::buildOfflineObject (const sgpp::base::GeneralGridConfiguration &gridConfig, const sgpp::base::AdaptivityConfiguration &adaptivityConfig, const sgpp::datadriven::RegularizationConfiguration &regularizationConfig, const sgpp::datadriven::DensityEstimationConfiguration &densityEstimationConfig)
 Based on the configuration file, build the appropriate DBMatOffline object and return it.