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

Namespaces

 sgpp
 This header contains some utility functions.
 
 sgpp::datadriven
 
 sgpp::datadriven::DBMatOfflineFactory
 factories to build the specialization of the DBMatOffline objects.
 

Functions

DBMatOffline * sgpp::datadriven::DBMatOfflineFactory::buildFromFile (const std::string &fname)
 Read a serialized DBMatOffline object and construct a new object with the information. More...
 
DBMatOffline * sgpp::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. More...