This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.lens.ml.algo.lib.LabelledPrediction (Lens 2.1.0-beta-incubating API)

Uses of Interface
org.apache.lens.ml.algo.lib.LabelledPrediction

Packages that use LabelledPrediction
org.apache.lens.ml.algo.lib   
 

Uses of LabelledPrediction in org.apache.lens.ml.algo.lib
 

Classes in org.apache.lens.ml.algo.lib that implement LabelledPrediction
static class ForecastingModel.ForecastingLabel
          The Class ForecastingLabel.
 

Methods in org.apache.lens.ml.algo.lib that return types with arguments of type LabelledPrediction
 List<LabelledPrediction> MultiPrediction.getPredictions()
           
 List<LabelledPrediction> ForecastingModel.ForecastingPredictions.getPredictions()
           
 

Constructor parameters in org.apache.lens.ml.algo.lib with type arguments of type LabelledPrediction
ForecastingModel.ForecastingPredictions(List<LabelledPrediction> values)
          Instantiates a new forecasting predictions.
 



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