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

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

Packages that use LabelledPrediction
org.apache.lens.ml   
 

Uses of LabelledPrediction in org.apache.lens.ml
 

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

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

Constructor parameters in org.apache.lens.ml 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.