|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.ml.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 value| Method 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 | |||||||||