SG++-Doxygen-Documentation
|
factories to build the specialization of the DBMatOffline objects. More...
Functions | |
DBMatOffline * | buildFromFile (const std::string &fname) |
Read a serialized DBMatOffline object and construct a new object with the information. More... | |
DBMatOffline * | 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. More... | |
factories to build the specialization of the DBMatOffline objects.
DBMatOffline * sgpp::datadriven::DBMatOfflineFactory::buildFromFile | ( | const std::string & | fname | ) |
Read a serialized DBMatOffline object and construct a new object with the information.
fname | Path to the serialized DBMatOffline object. |
References sgpp::datadriven::Chol, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, analyse_erg::file, sgpp::datadriven::LU, sgpp::datadriven::OrthoAdapt, sgpp::datadriven::StringTokenizer::tokenize(), and create_dataset::type.
Referenced by sgpp::datadriven::ModelFittingDensityEstimationOnOff::fit().
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.
gridConfig | The configuration of the grid |
adaptivityConfig | The configuration of the grid adaptivity |
regularizationConfig | The configuration of the grid regularization |
densityEstimationConfig | The configuration of the matrix decomposition |
References sgpp::datadriven::Chol, sgpp::datadriven::DensityEstimationConfiguration::decomposition_, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, sgpp::datadriven::LU, sgpp::datadriven::OrthoAdapt, and create_dataset::type.
Referenced by sgpp::datadriven::ModelFittingDensityEstimationOnOff::fit(), sgpp::datadriven::LearnerSGDEOnOffParallel::LearnerSGDEOnOffParallel(), and main().