Uses of Class
org.kie.pmml.pmml_4_2.model.mining.MiningSegment
-
Packages that use MiningSegment Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model.mining -
-
Uses of MiningSegment in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 with parameters of type MiningSegment Modifier and Type Method Description protected PMMLResourcePMML4Compiler. buildResourceFromSegment(org.dmg.pmml.pmml_4_2.descr.PMML pmml_origin, MiningSegment segment, ClassLoader classLoader, org.kie.api.builder.model.KieModuleModel module) -
Uses of MiningSegment in org.kie.pmml.pmml_4_2.model.mining
Methods in org.kie.pmml.pmml_4_2.model.mining that return types with arguments of type MiningSegment Modifier and Type Method Description List<MiningSegment>MiningSegmentation. getMiningSegments()Methods in org.kie.pmml.pmml_4_2.model.mining with parameters of type MiningSegment Modifier and Type Method Description intMiningSegment. compareTo(MiningSegment ms)MiningSegmentTransferMiningSegmentation. getSegmentTransfer(MiningSegment targetSegment, String targetFieldName)Constructors in org.kie.pmml.pmml_4_2.model.mining with parameters of type MiningSegment Constructor Description MiningSegmentWeight(MiningSegment segment)
-