Implement this method to produce a prediction from a query and trained model.
Implement this method to produce a prediction from a query and trained model.
Trained model produced by train.
An input query.
A prediction.
Implement this method to produce a model from prepared data.
Implement this method to produce a model from prepared data.
Prepared data for model training.
Trained model.
Returns a Class object of Q for internal use.
Do not use directly or override this method, as this is called by PredictionIO workflow to train a model.
Do not use directly or override this method, as this is called by PredictionIO workflow to train a model.
Base class of a local algorithm.
A local algorithm runs locally within a single machine and produces a model that can fit within a single machine.