Uses of Enum Class
weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
Packages that use MISSINGVALUETREATMENTMETHOD
-
Uses of MISSINGVALUETREATMENTMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return MISSINGVALUETREATMENTMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type MISSINGVALUETREATMENTMETHODModifier and TypeMethodDescriptionvoid
MiningField.setMissingValueTreatment
(MISSINGVALUETREATMENTMETHOD value) Sets the value of the missingValueTreatment property.Constructors in weka.core.pmml.jaxbbindings with parameters of type MISSINGVALUETREATMENTMETHODModifierConstructorDescriptionMiningField
(String name, FIELDUSAGETYPE usageType, MISSINGVALUETREATMENTMETHOD missingValueTreatment, String missingValueReplacement)