This project has retired. For details please refer to its Attic page.
LabelledPrediction (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml
Interface LabelledPrediction<LABELTYPE,PREDICTIONTYPE>

Type Parameters:
LABELTYPE - the generic type
PREDICTIONTYPE - 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.


Method Summary
 LABELTYPE getLabel()
           
 PREDICTIONTYPE getPrediction()
           
 

Method Detail

getLabel

LABELTYPE getLabel()

getPrediction

PREDICTIONTYPE getPrediction()


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.