Uses of Class
weka.classifiers.meta.MinMaxLimits.LimitHandling
-
Packages that use MinMaxLimits.LimitHandling Package Description weka.classifiers.meta -
-
Uses of MinMaxLimits.LimitHandling in weka.classifiers.meta
Fields in weka.classifiers.meta declared as MinMaxLimits.LimitHandling Modifier and Type Field Description static MinMaxLimits.LimitHandling
MinMaxLimits. DEFAULT_MAX_HANDLING
the default handling of the lower limit.static MinMaxLimits.LimitHandling
MinMaxLimits. DEFAULT_MIN_HANDLING
the default handling of the lower limit.protected MinMaxLimits.LimitHandling
MinMaxLimits. m_MaxHandling
how the upper limit is handled.protected MinMaxLimits.LimitHandling
MinMaxLimits. m_MinHandling
how the lower limit is handled.Methods in weka.classifiers.meta that return MinMaxLimits.LimitHandling Modifier and Type Method Description MinMaxLimits.LimitHandling
MinMaxLimits. getMaxHandling()
Get how the upper limit is handled.MinMaxLimits.LimitHandling
MinMaxLimits. getMinHandling()
Get how the lower limit is handled.static MinMaxLimits.LimitHandling
MinMaxLimits.LimitHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static MinMaxLimits.LimitHandling[]
MinMaxLimits.LimitHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.classifiers.meta with parameters of type MinMaxLimits.LimitHandling Modifier and Type Method Description void
MinMaxLimits. setMaxHandling(MinMaxLimits.LimitHandling value)
Set how the upper limit is handled.void
MinMaxLimits. setMinHandling(MinMaxLimits.LimitHandling value)
Set how the lower limit is handled.
-