Class lsst::afw::math::NeuralNetCovariogram

template<typename T>
class NeuralNetCovariogram : public lsst::afw::math::Covariogram<T>

a Covariogram that recreates a neural network with one hidden layer and infinite units in that layer

Contains two hyper parameters (_sigma0 and _sigma1) that characterize the expected variance of the function being interpolated

see Rasmussen and Williams (2006) http://www.gaussianprocess.org/gpml/ equation 4.29