Uses of Class
org.dmg.pmml.time_series.ARIMA.PredictionMethod
-
Packages that use ARIMA.PredictionMethod Package Description org.dmg.pmml.time_series -
-
Uses of ARIMA.PredictionMethod in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ARIMA.PredictionMethod Modifier and Type Method Description static ARIMA.PredictionMethodARIMA.PredictionMethod. fromValue(java.lang.String v)ARIMA.PredictionMethodARIMA. getPredictionMethod()static ARIMA.PredictionMethodARIMA.PredictionMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ARIMA.PredictionMethod[]ARIMA.PredictionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.time_series with parameters of type ARIMA.PredictionMethod Modifier and Type Method Description ARIMAARIMA. setPredictionMethod(ARIMA.PredictionMethod predictionMethod)
-