Uses of Enum Class
weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
-
Uses of OUTLIERTREATMENTMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic OUTLIERTREATMENTMETHOD
MiningField.getOutliers()
Gets the value of the outliers property.NormContinuous.getOutliers()
Gets the value of the outliers property.static OUTLIERTREATMENTMETHOD
Returns the enum constant of this class with the specified name.static OUTLIERTREATMENTMETHOD[]
OUTLIERTREATMENTMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MiningField.setOutliers
(OUTLIERTREATMENTMETHOD value) Sets the value of the outliers property.void
NormContinuous.setOutliers
(OUTLIERTREATMENTMETHOD value) Sets the value of the outliers property.