Uses of Class
org.dmg.pmml.mining.Segmentation.MultipleModelMethod
-
Packages that use Segmentation.MultipleModelMethod Package Description org.dmg.pmml.mining -
-
Uses of Segmentation.MultipleModelMethod in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Segmentation.MultipleModelMethod Modifier and Type Method Description static Segmentation.MultipleModelMethodSegmentation.MultipleModelMethod. fromValue(java.lang.String v)Segmentation.MultipleModelMethodSegmentation. getMultipleModelMethod()Segmentation.MultipleModelMethodSegmentation. requireMultipleModelMethod()static Segmentation.MultipleModelMethodSegmentation.MultipleModelMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Segmentation.MultipleModelMethod[]Segmentation.MultipleModelMethod. 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.MultipleModelMethod Modifier and Type Method Description SegmentationSegmentation. setMultipleModelMethod(Segmentation.MultipleModelMethod multipleModelMethod)Constructors in org.dmg.pmml.mining with parameters of type Segmentation.MultipleModelMethod Constructor Description Segmentation(Segmentation.MultipleModelMethod multipleModelMethod, java.util.List<Segment> segments)
-