Uses of Class
org.dmg.pmml.mining.Segmentation
-
Packages that use Segmentation Package Description org.dmg.pmml org.dmg.pmml.mining org.jpmml.model.visitors -
-
Uses of Segmentation in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Segmentation Modifier and Type Method Description VisitorActionVisitor. visit(Segmentation segmentation) -
Uses of Segmentation in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Segmentation Modifier and Type Method Description SegmentationSegmentation. addExtensions(Extension... extensions)SegmentationSegmentation. addSegments(Segment... segments)SegmentationObjectFactory. createSegmentation()Create an instance ofSegmentationSegmentationMiningModel. getSegmentation()SegmentationMiningModel. requireSegmentation()SegmentationSegmentation. setLocalTransformations(LocalTransformations localTransformations)SegmentationSegmentation. setMissingPredictionTreatment(Segmentation.MissingPredictionTreatment missingPredictionTreatment)SegmentationSegmentation. setMissingThreshold(java.lang.Number missingThreshold)SegmentationSegmentation. setMultipleModelMethod(Segmentation.MultipleModelMethod multipleModelMethod)Methods in org.dmg.pmml.mining with parameters of type Segmentation Modifier and Type Method Description MiningModelMiningModel. setSegmentation(Segmentation segmentation) -
Uses of Segmentation in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Segmentation Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Segmentation segmentation)
-