Uses of Class
org.kie.pmml.pmml_4_2.model.Miningmodel
-
Packages that use Miningmodel Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model org.kie.pmml.pmml_4_2.model.mining -
-
Uses of Miningmodel in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return Miningmodel Modifier and Type Method Description MiningmodelPMML4Unit. getRootMiningModel()Methods in org.kie.pmml.pmml_4_2 with parameters of type Miningmodel Modifier and Type Method Description protected List<PMMLResource>PMML4Compiler. buildResourcesFromModel(org.dmg.pmml.pmml_4_2.descr.PMML pmml, Miningmodel miningModel, List<PMMLResource> resourcesList, ClassLoader classLoader, org.kie.api.builder.model.KieModuleModel module)protected List<PMMLResource>PMML4Compiler. getChildResources(org.dmg.pmml.pmml_4_2.descr.PMML pmml_origin, Miningmodel parent, List<PMMLResource> resourceList, ClassLoader classLoader, org.kie.api.builder.model.KieModuleModel module) -
Uses of Miningmodel in org.kie.pmml.pmml_4_2.model
Methods in org.kie.pmml.pmml_4_2.model that return Miningmodel Modifier and Type Method Description MiningmodelPMML4UnitImpl. getRootMiningModel() -
Uses of Miningmodel in org.kie.pmml.pmml_4_2.model.mining
Methods in org.kie.pmml.pmml_4_2.model.mining that return Miningmodel Modifier and Type Method Description MiningmodelMiningSegmentation. getOwner()Constructors in org.kie.pmml.pmml_4_2.model.mining with parameters of type Miningmodel Constructor Description MiningSegmentation(Miningmodel owner, org.dmg.pmml.pmml_4_2.descr.Segmentation segmentation)
-