26 #ifndef __GAUSSIAN_PROCESS_ML_HPP__ 27 #define __GAUSSIAN_PROCESS_ML_HPP__ ProbabilityDistribution * prediction(const vectord &query)
Function that returns the prediction of the GP for a query point in the hypercube [0...
Hierarchical model for Gaussian process.
Namespace of the library interface.
vectord mAlphaF
Precomputed GP prediction operations.
Virtual class for hierarchical Gaussian processes.
GaussianDistribution * d_
Predictive distributions.
Gaussian probability distribution.
vectord mWML
GP ML parameters.
Gaussian process with ML parameters.
Dataset model to deal with the vector (real) based datasets.
double negativeLogLikelihood()
Computes the negative log likelihood and its gradient of the data.
void precomputePrediction()
Precompute some values of the prediction that do not depends on the query.