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