SG++-Doxygen-Documentation
sgpp::base::HierarchisationModFundamentalSpline Class Reference

Functor for hierarchization with modified fundamental splines via BreadthFirstSearch. More...

#include <HierarchisationModFundamentalSpline.hpp>

Public Member Functions

 HierarchisationModFundamentalSpline (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 ~HierarchisationModFundamentalSpline ()
 Destructor. More...
 

Protected Types

typedef GridStorage::grid_iterator grid_iterator
 grid iterator More...
 

Protected Attributes

ModFundamentalSplineGridgrid
 grid More...
 
GridStoragestorage
 grid storage More...
 

Detailed Description

Functor for hierarchization with modified fundamental splines via BreadthFirstSearch.

Member Typedef Documentation

◆ grid_iterator

Constructor & Destructor Documentation

◆ HierarchisationModFundamentalSpline()

sgpp::base::HierarchisationModFundamentalSpline::HierarchisationModFundamentalSpline ( ModFundamentalSplineGrid grid)
explicit

Constructor.

Parameters
gridgrid

◆ ~HierarchisationModFundamentalSpline()

sgpp::base::HierarchisationModFundamentalSpline::~HierarchisationModFundamentalSpline ( )
virtual

Destructor.

Member Function Documentation

◆ operator()() [1/2]

void sgpp::base::HierarchisationModFundamentalSpline::operator() ( const DataVector source,
DataVector result,
const grid_iterator iterator 
)

Functor operator.

For each grid point, subtract the value of basis function at the given iterator from the entry in result corresponding to the grid point.

Parameters
[in]sourcenode values
[out]resultresult of the functor
iteratorcurrent grid point

References sgpp::base::HashGridPoint::get(), sgpp::base::HashGridIterator::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.

◆ operator()() [2/2]

void sgpp::base::HierarchisationModFundamentalSpline::operator() ( const DataMatrix source,
DataMatrix result,
const grid_iterator iterator 
)

Member Data Documentation

◆ grid

ModFundamentalSplineGrid* sgpp::base::HierarchisationModFundamentalSpline::grid
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().

◆ storage

GridStorage& sgpp::base::HierarchisationModFundamentalSpline::storage
protected

grid storage

Referenced by operator()().


The documentation for this class was generated from the following files: