Hyperparameter Fitter Ifc
Strategy for selecting a Gaussian process's kernel hyperparameters (length scales and signal variance) from data. Implementations set the hyperparameters on the supplied model's kernel; the solver re-fits the model afterward.
Inheritors
Functions
Link copied to clipboard
abstract fun fit(model: GaussianProcessModel, points: List<DoubleArray>, means: DoubleArray, noiseVars: DoubleArray, rnStream: RNStreamIfc)