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