Uses of Class
org.kie.pmml.pmml_4_2.model.mining.MiningSegmentation
-
Packages that use MiningSegmentation Package Description org.kie.pmml.pmml_4_2.model org.kie.pmml.pmml_4_2.model.mining -
-
Uses of MiningSegmentation in org.kie.pmml.pmml_4_2.model
Methods in org.kie.pmml.pmml_4_2.model that return MiningSegmentation Modifier and Type Method Description MiningSegmentationMiningmodel. getSegmentation()Methods in org.kie.pmml.pmml_4_2.model with parameters of type MiningSegmentation Modifier and Type Method Description PMML4ModelPMML4ModelFactory. getModel(org.dmg.pmml.pmml_4_2.descr.Segment segment, MiningSegmentation segmentation) -
Uses of MiningSegmentation in org.kie.pmml.pmml_4_2.model.mining
Methods in org.kie.pmml.pmml_4_2.model.mining that return MiningSegmentation Modifier and Type Method Description MiningSegmentationMiningSegment. getOwner()Constructors in org.kie.pmml.pmml_4_2.model.mining with parameters of type MiningSegmentation Constructor Description MiningSegment(MiningSegmentation owner, org.dmg.pmml.pmml_4_2.descr.Segment segment, int segmentIndex)
-