Created by mandar on 15/6/16.
Created by mandar2812 on 15/6/16.
A data pipe which can spawn a Gaussian Process Basis Function regression model from a provided training data set.
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
A data pipe which can spawn a Gaussian Process regression model from a provided training data set.
A data pipe which can spawn a Gaussian Process regression model from a provided training data set.
Input data type
Type of features of each data pattern
A DataPipe2 which takes a data set, a trend and outputs a GP Regression model.
A DataPipe2 which takes a data set, a trend and outputs a GP Regression model.
Type of features of each data pattern
Mixture Pipe takes a sequence of stochastic process models and associated probability weights and returns a mixture model.
Top level trait for Pipes returning ML models.
A pipeline which encapsulates a DynaML Model.predict() functionality.
A pipeline which encapsulates a DynaML Model.predict() functionality.
The training data type accepted by the encapsulated model
The type of unprocessed input to the pipe
The type of input features the model accepts
The type of output returned by Model.predict()
The type of the processed output.
Represents a DataPipe2 object which takes two arguments:
Represents a DataPipe2 object which takes two arguments:
and returns a SparkGLM regression model.
The type of the training data
The type of input features.