Uses of Class
org.dmg.pmml.time_series.OutlierEffect.Type
-
Packages that use OutlierEffect.Type Package Description org.dmg.pmml.time_series -
-
Uses of OutlierEffect.Type in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return OutlierEffect.Type Modifier and Type Method Description static OutlierEffect.TypeOutlierEffect.Type. fromValue(java.lang.String v)OutlierEffect.TypeOutlierEffect. getType()OutlierEffect.TypeOutlierEffect. requireType()static OutlierEffect.TypeOutlierEffect.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutlierEffect.Type[]OutlierEffect.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 OutlierEffect.Type Modifier and Type Method Description OutlierEffectOutlierEffect. setType(OutlierEffect.Type type)Constructors in org.dmg.pmml.time_series with parameters of type OutlierEffect.Type Constructor Description OutlierEffect(OutlierEffect.Type type, java.lang.Number startTime, java.lang.Number magnitude)
-