A function which converts the input data into a scala Seq of IndexSet and Double pairs.
The covariance function of the resultant GP, as an instance of LocalScalarKernel defined on the IndexSet type.
The measurement noise of the output signal/data, also as in instance of LocalScalarKernel
A basis function representation for the input features, represented as a DataPipe.
A Gaussian prior on the basis function trend coefficients.
GP Basis Function Pipe
A data pipe which can spawn a Gaussian Process Basis Function regression model from a provided training data set.
Input data type
Type of features of each data pattern