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