Uses of Class
org.android.activityminer.pmml.model.miningschema.InvalidValueTreatmentMethod

Packages that use InvalidValueTreatmentMethod
org.android.activityminer.pmml.model.miningschema PMML - Mining schema representation. 
 

Uses of InvalidValueTreatmentMethod in org.android.activityminer.pmml.model.miningschema
 

Fields in org.android.activityminer.pmml.model.miningschema declared as InvalidValueTreatmentMethod
private  InvalidValueTreatmentMethod MiningField.invalidValueTreatment
          This field specifies how invalid input values are handled. returnInvalid is the default and specifies that, when an invalid input is encountered, the model should return a value indicating an invalid result has been returned.
 

Methods in org.android.activityminer.pmml.model.miningschema that return InvalidValueTreatmentMethod
 InvalidValueTreatmentMethod MiningField.getInvalidValueTreatment()
          Getter for the invalidValueTreatment
static InvalidValueTreatmentMethod InvalidValueTreatmentMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InvalidValueTreatmentMethod[] InvalidValueTreatmentMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.android.activityminer.pmml.model.miningschema with parameters of type InvalidValueTreatmentMethod
 void MiningField.setInvalidValueTreatment(InvalidValueTreatmentMethod invalidValueTreatment)
          Setter for the invalidValueTreatment