Uses of Class
org.dmg.pmml.time_series.ARIMA.Transformation
-
Packages that use ARIMA.Transformation Package Description org.dmg.pmml.time_series -
-
Uses of ARIMA.Transformation in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ARIMA.Transformation Modifier and Type Method Description static ARIMA.TransformationARIMA.Transformation. fromValue(java.lang.String v)ARIMA.TransformationARIMA. getTransformation()static ARIMA.TransformationARIMA.Transformation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ARIMA.Transformation[]ARIMA.Transformation. 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.Transformation Modifier and Type Method Description ARIMAARIMA. setTransformation(ARIMA.Transformation transformation)
-