![]() |
SG++-Doxygen-Documentation
|
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 | |
DBMatOffline * | sgpp::datadriven::DBMatOfflineFactory::buildFromFile (const std::string &fname) |
Read a serialized DBMatOffline object and construct a new object with the information. | |
DBMatOffline * | sgpp::datadriven::DBMatOfflineFactory::buildOfflineObject (const sgpp::base::GeneralGridConfiguration &gridConfig, const sgpp::base::AdaptivityConfiguration &adaptivityConfig, const sgpp::datadriven::RegularizationConfiguration ®ularizationConfig, const sgpp::datadriven::DensityEstimationConfiguration &densityEstimationConfig) |
Based on the configuration file, build the appropriate DBMatOffline object and return it. | |