StationaryKernel

abstract class StationaryKernel(signalVariance: Double, lengthScales: DoubleArray) : KernelIfc(source)

Base class for stationary kernels parameterized by an output scale (signalVariance) and a per-dimension length scale (lengthScales, i.e. automatic relevance determination, ARD).

Parameters

signalVariance

the output scale (prior variance). Must be > 0.

lengthScales

the per-dimension length scales. Must be non-empty and all > 0.

Inheritors

Constructors

Link copied to clipboard
constructor(signalVariance: Double, lengthScales: DoubleArray)

Properties

Link copied to clipboard

The input dimension (number of length scales).

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

The sum of squared, length-scaled coordinate differences between x1 and x2.