Uses of Enum Class
weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
Packages that use FIELDUSAGETYPE
-
Uses of FIELDUSAGETYPE in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return FIELDUSAGETYPEModifier and TypeMethodDescriptionstatic FIELDUSAGETYPEMiningField.getUsageType()Gets the value of the usageType property.static FIELDUSAGETYPEReturns the enum constant of this class with the specified name.static FIELDUSAGETYPE[]FIELDUSAGETYPE.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 FIELDUSAGETYPEModifier and TypeMethodDescriptionvoidMiningField.setUsageType(FIELDUSAGETYPE value) Sets the value of the usageType property.Constructors in weka.core.pmml.jaxbbindings with parameters of type FIELDUSAGETYPEModifierConstructorDescriptionMiningField(String name, FIELDUSAGETYPE usageType) MiningField(String name, FIELDUSAGETYPE usageType, MISSINGVALUETREATMENTMETHOD missingValueTreatment, String missingValueReplacement)