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