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

org.apache.lens.ml
Class ForecastingModel

java.lang.Object
  extended by org.apache.lens.ml.MLModel<MultiPrediction>
      extended by org.apache.lens.ml.ForecastingModel
All Implemented Interfaces:
Serializable

public class ForecastingModel
extends MLModel<MultiPrediction>

The Class ForecastingModel.

See Also:
Serialized Form

Nested Class Summary
static class ForecastingModel.ForecastingLabel
          The Class ForecastingLabel.
static class ForecastingModel.ForecastingPredictions
          The Class ForecastingPredictions.
 
Constructor Summary
ForecastingModel()
           
 
Method Summary
 MultiPrediction predict(Object... args)
          Predict.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForecastingModel

public ForecastingModel()
Method Detail

predict

public MultiPrediction predict(Object... args)
Description copied from class: MLModel
Predict.

Specified by:
predict in class MLModel<MultiPrediction>
Parameters:
args - the args
Returns:
the prediction


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