LABELTYPE
PREDICTIONTYPE
public interface LabelledPrediction<LABELTYPE,PREDICTIONTYPE>
Prediction type used when the model prediction is of complex types. For example, in forecasting the predictions are a series of timestamp, and value pairs.
getLabel()
getPrediction()
LABELTYPE getLabel()
PREDICTIONTYPE getPrediction()