The training data
The training data
Learn the parameters of the model.
Predict the value of the target variable given a point.
Predict the value of the target variable given a point.
Get the value of the parameters of the model.
Skeleton of Parameterized Model
The type of the underlying data.
The type of the parameters
A Vector/Matrix representing the features of a point
The type of the output of the predictive model i.e. A Real Number or a Vector of outputs.
The type of the edge containing the features and label.