org.apache.lens.ml
Interface LabelledPrediction<LABELTYPE,PREDICTIONTYPE>
- Type Parameters:
LABELTYPE
- the generic typePREDICTIONTYPE
- the generic type
- All Known Implementing Classes:
- ForecastingModel.ForecastingLabel
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
LABELTYPE getLabel()
getPrediction
PREDICTIONTYPE getPrediction()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.