|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.ml.algo.lib.ForecastingModel.ForecastingLabel
public static class ForecastingModel.ForecastingLabel
The Class ForecastingLabel.
Constructor Summary | |
---|---|
ForecastingModel.ForecastingLabel(long timestamp,
double value)
Instantiates a new forecasting label. |
Method Summary | |
---|---|
Long |
getLabel()
|
Double |
getPrediction()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForecastingModel.ForecastingLabel(long timestamp, double value)
timestamp
- the timestampvalue
- the valueMethod Detail |
---|
public Long getLabel()
getLabel
in interface LabelledPrediction<Long,Double>
public Double getPrediction()
getPrediction
in interface LabelledPrediction<Long,Double>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |