SG++-Doxygen-Documentation
|
Functions | |
DBMatOnlineDE * | buildDBMatOnlineDE (DBMatOffline &offline, Grid &grid, double lambda, double beta=0) |
Factory to build a DBMatOnlineDE object to manipulate the decomposition in offline object. More... | |
DBMatOnlineDE * sgpp::datadriven::DBMatOnlineDEFactory::buildDBMatOnlineDE | ( | DBMatOffline & | offline, |
Grid & | grid, | ||
double | lambda, | ||
double | beta = 0 |
||
) |
Factory to build a DBMatOnlineDE object to manipulate the decomposition in offline object.
offline | offline object that holds the decomposed system matrix |
grid | the underlying grid |
lambda | regularization strength (todo(fuchsgruber): maybe remove this) |
beta | plasticity weighting factor. If set to 0, no plasticity takes place. |
References sgpp::datadriven::Chol, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, sgpp::datadriven::DBMatOffline::getDecompositionType(), sgpp::datadriven::LU, and sgpp::datadriven::OrthoAdapt.
Referenced by sgpp::datadriven::ModelFittingDensityEstimationOnOff::fit(), and sgpp::datadriven::LearnerSGDEOnOffParallel::LearnerSGDEOnOffParallel().