Uses of Enum Class
weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
Packages that use OUTLIERTREATMENTMETHOD
-
Uses of OUTLIERTREATMENTMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return OUTLIERTREATMENTMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type OUTLIERTREATMENTMETHODModifier 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.