Uses of Enum Class
weka.filters.unsupervised.attribute.InterquartileRange.ValueType
Packages that use InterquartileRange.ValueType
-
Uses of InterquartileRange.ValueType in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute that return InterquartileRange.ValueTypeModifier and TypeMethodDescriptionstatic InterquartileRange.ValueTypeReturns the enum constant of this class with the specified name.static InterquartileRange.ValueType[]InterquartileRange.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.filters.unsupervised.attribute with parameters of type InterquartileRange.ValueTypeModifier and TypeMethodDescriptiondouble[]InterquartileRange.getValues(InterquartileRange.ValueType type) Returns the values for the specified type.