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