Uses of Class
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment
-
Packages that use Segmentation.MissingPredictionTreatment Package Description org.dmg.pmml.mining -
-
Uses of Segmentation.MissingPredictionTreatment in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Segmentation.MissingPredictionTreatment Modifier and Type Method Description static Segmentation.MissingPredictionTreatmentSegmentation.MissingPredictionTreatment. fromValue(java.lang.String v)Segmentation.MissingPredictionTreatmentSegmentation. getMissingPredictionTreatment()static Segmentation.MissingPredictionTreatmentSegmentation.MissingPredictionTreatment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Segmentation.MissingPredictionTreatment[]Segmentation.MissingPredictionTreatment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.mining with parameters of type Segmentation.MissingPredictionTreatment Modifier and Type Method Description SegmentationSegmentation. setMissingPredictionTreatment(Segmentation.MissingPredictionTreatment missingPredictionTreatment)
-