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

org.apache.lens.ml
Class ForecastingModel.ForecastingPredictions

java.lang.Object
  extended by org.apache.lens.ml.ForecastingModel.ForecastingPredictions
All Implemented Interfaces:
MultiPrediction
Enclosing class:
ForecastingModel

public static class ForecastingModel.ForecastingPredictions
extends Object
implements MultiPrediction

The Class ForecastingPredictions.


Constructor Summary
ForecastingModel.ForecastingPredictions(List<LabelledPrediction> values)
          Instantiates a new forecasting predictions.
 
Method Summary
 List<LabelledPrediction> getPredictions()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForecastingModel.ForecastingPredictions

public ForecastingModel.ForecastingPredictions(List<LabelledPrediction> values)
Instantiates a new forecasting predictions.

Parameters:
values - the values
Method Detail

getPredictions

public List<LabelledPrediction> getPredictions()
Specified by:
getPredictions in interface MultiPrediction


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