SG++-Doxygen-Documentation
|
Functor for dehierarchization with modified fundamental splines via BreadthFirstSearch. More...
#include <DehierarchisationModFundamentalSpline.hpp>
Public Member Functions | |
DehierarchisationModFundamentalSpline (ModFundamentalSplineGrid *grid) | |
Constructor. More... | |
void | operator() (const DataVector &source, DataVector &result, const grid_iterator &iterator) |
Functor operator. More... | |
void | operator() (const DataMatrix &source, DataMatrix &result, const grid_iterator &iterator) |
Functor operator. More... | |
virtual | ~DehierarchisationModFundamentalSpline () |
Destructor. More... | |
Protected Types | |
typedef GridStorage::grid_iterator | grid_iterator |
grid iterator More... | |
Protected Attributes | |
ModFundamentalSplineGrid * | grid |
grid More... | |
GridStorage & | storage |
grid storage More... | |
Functor for dehierarchization with modified fundamental splines via BreadthFirstSearch.
|
protected |
grid iterator
|
explicit |
|
virtual |
Destructor.
Referenced by DehierarchisationModFundamentalSpline().
void sgpp::base::DehierarchisationModFundamentalSpline::operator() | ( | const DataVector & | source, |
DataVector & | result, | ||
const grid_iterator & | iterator | ||
) |
Functor operator.
For each grid point, add the value of basis function at the given iterator to the entry in result corresponding to the grid point.
[in] | source | node values |
[out] | result | result of the functor |
iterator | current grid point |
References sgpp::base::HashGridPoint::get(), sgpp::base::HashGridIterator::get(), sgpp::base::DataVector::get(), sgpp::base::ModFundamentalSplineGrid::getDegree(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridStorage::getSize(), sgpp::base::HashGridPoint::getStandardCoordinate(), grid, python.statsfileInfo::i, python.utils.statsfile2gnuplot::j, chess::point, sgpp::base::HashGridIterator::seq(), and storage.
void sgpp::base::DehierarchisationModFundamentalSpline::operator() | ( | const DataMatrix & | source, |
DataMatrix & | result, | ||
const grid_iterator & | iterator | ||
) |
Functor operator.
For each grid point, add the value of basis function at the given iterator to the row in result corresponding to the grid point.
[in] | source | node values |
[out] | result | result of the functor |
iterator | current grid point |
References sgpp::base::HashGridPoint::get(), sgpp::base::HashGridIterator::get(), sgpp::base::DataMatrix::get(), sgpp::base::ModFundamentalSplineGrid::getDegree(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::DataMatrix::getNcols(), sgpp::base::HashGridStorage::getSize(), sgpp::base::HashGridPoint::getStandardCoordinate(), grid, python.statsfileInfo::i, python.utils.statsfile2gnuplot::j, chess::point, sgpp::base::HashGridIterator::seq(), sgpp::base::DataMatrix::set(), and storage.
|
protected |
grid
Referenced by python.uq.dists.SGDEdist.SGDEdist::__str__(), python.learner.Learner.Learner::applyData(), python.tools.Matrix::ApplyMatrix(), python.uq.dists.SGDEdist.SGDEdist::cdf(), python.uq.learner.Interpolant.Interpolant::doLearningIteration(), python.learner.Learner.Learner::doLearningIteration(), python.learner.Classifier.Classifier::evalError(), python.uq.learner.Interpolant.Interpolant::evalError(), python.tools.Matrix::generateb(), python.controller.CheckpointController.CheckpointController::generateFoldValidationJob(), python.uq.learner.SimulationLearner.SimulationLearner::getCollocationNodes(), python.uq.learner.SimulationLearner.SimulationLearner::getGrid(), python.uq.learner.SimulationLearner.SimulationLearner::getLearner(), python.uq.learner.Regressor.Regressor::learnData(), python.learner.Learner.Learner::learnData(), python.uq.learner.Regressor.Regressor::learnDataWithFolding(), python.learner.Learner.Learner::learnDataWithFolding(), python.uq.learner.Regressor.Regressor::learnDataWithTest(), python.learner.Learner.Learner::learnDataWithTest(), python.controller.CheckpointController.CheckpointController::loadAll(), python.uq.operations.forcePositivity.operationMakePositive.OperationMakePositive::makePositive(), python.uq.operations.forcePositivity.operationMakePositiveFast.OperationMakePositiveFast::makePositive(), python.uq.dists.SGDEdist.SGDEdist::mean(), operator()(), python.uq.dists.SGDEdist.SGDEdist::pdf(), python.uq.dists.SGDEdist.SGDEdist::ppf(), python.learner.Classifier.Classifier::refineGrid(), python.learner.Regressor.Regressor::refineGrid(), python.uq.learner.Regressor.Regressor::refineGrid(), python.uq.learner.SimulationLearner.SimulationLearner::refineGrid(), python.controller.CheckpointController.CheckpointController::saveGrid(), python.controller.CheckpointController.CheckpointController::setGrid(), python.uq.learner.Learner.Learner::setGrid(), python.learner.Learner.Learner::setGrid(), python.uq.operations.forcePositivity.localFullGridSearch.LocalFullGrid::split(), python.uq.dists.SGDEdist.SGDEdist::toJson(), python.learner.Classifier.Classifier::updateResults(), python.learner.Regressor.Regressor::updateResults(), python.uq.learner.Regressor.Regressor::updateResults(), and python.uq.dists.SGDEdist.SGDEdist::var().
|
protected |
grid storage
Referenced by operator()().