Package org.jpmml.evaluator.time_series
Class SeriesForecast
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.time_series.SeriesForecast
-
- All Implemented Interfaces:
Computable
public class SeriesForecast extends AbstractComputable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSeriesForecast(java.util.List<java.lang.Double> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetResult()java.util.List<java.lang.Double>getValues()protected org.jpmml.model.ToStringHelpertoStringHelper()-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
-
-
-
Method Detail
-
getResult
public java.lang.Double getResult()
-
toStringHelper
protected org.jpmml.model.ToStringHelper toStringHelper()
- Overrides:
toStringHelperin classAbstractComputable
-
getValues
public java.util.List<java.lang.Double> getValues()
-
-