Uses of Enum Class
weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
-
Uses of MISSINGVALUETREATMENTMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic MISSINGVALUETREATMENTMETHOD
MiningField.getMissingValueTreatment()
Gets the value of the missingValueTreatment property.static MISSINGVALUETREATMENTMETHOD
Returns the enum constant of this class with the specified name.static MISSINGVALUETREATMENTMETHOD[]
MISSINGVALUETREATMENTMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MiningField.setMissingValueTreatment
(MISSINGVALUETREATMENTMETHOD value) Sets the value of the missingValueTreatment property.ModifierConstructorDescriptionMiningField
(String name, FIELDUSAGETYPE usageType, MISSINGVALUETREATMENTMETHOD missingValueTreatment, String missingValueReplacement)