Uses of Class
org.kie.pmml.models.mining.model.enums.MULTIPLE_MODEL_METHOD
-
Packages that use MULTIPLE_MODEL_METHOD Package Description org.kie.pmml.models.mining.model.enums org.kie.pmml.models.mining.model.segmentation -
-
Uses of MULTIPLE_MODEL_METHOD in org.kie.pmml.models.mining.model.enums
Methods in org.kie.pmml.models.mining.model.enums that return MULTIPLE_MODEL_METHOD Modifier and Type Method Description static MULTIPLE_MODEL_METHODMULTIPLE_MODEL_METHOD. byName(String name)static MULTIPLE_MODEL_METHODMULTIPLE_MODEL_METHOD. valueOf(String name)Returns the enum constant of this type with the specified name.static MULTIPLE_MODEL_METHOD[]MULTIPLE_MODEL_METHOD. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MULTIPLE_MODEL_METHOD in org.kie.pmml.models.mining.model.segmentation
Methods in org.kie.pmml.models.mining.model.segmentation that return MULTIPLE_MODEL_METHOD Modifier and Type Method Description MULTIPLE_MODEL_METHODKiePMMLSegmentation. getMultipleModelMethod()Methods in org.kie.pmml.models.mining.model.segmentation with parameters of type MULTIPLE_MODEL_METHOD Modifier and Type Method Description static KiePMMLSegmentation.BuilderKiePMMLSegmentation. builder(String name, List<org.kie.pmml.commons.model.KiePMMLExtension> extensions, MULTIPLE_MODEL_METHOD multipleModelMethod)Builder to auto-generate the idConstructors in org.kie.pmml.models.mining.model.segmentation with parameters of type MULTIPLE_MODEL_METHOD Constructor Description KiePMMLSegmentation(String name, List<org.kie.pmml.commons.model.KiePMMLExtension> extensions, MULTIPLE_MODEL_METHOD multipleModelMethod)
-