Uses of Interface
org.kie.pmml.pmml_4_2.PMML4Unit
-
Packages that use PMML4Unit Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model -
-
Uses of PMML4Unit in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return PMML4Unit Modifier and Type Method Description PMML4UnitPMML4Model. getOwner() -
Uses of PMML4Unit in org.kie.pmml.pmml_4_2.model
Classes in org.kie.pmml.pmml_4_2.model that implement PMML4Unit Modifier and Type Class Description classPMML4UnitImplMethods in org.kie.pmml.pmml_4_2.model that return PMML4Unit Modifier and Type Method Description PMML4UnitAbstractModel. getOwner()Methods in org.kie.pmml.pmml_4_2.model with parameters of type PMML4Unit Modifier and Type Method Description List<PMML4Model>PMML4ModelFactory. getModels(PMML4Unit owner)Constructors in org.kie.pmml.pmml_4_2.model with parameters of type PMML4Unit Constructor Description AbstractModel(String modelId, PMML4ModelType modelType, PMML4Unit owner, PMML4Model parentModel, T rawModel)AbstractModel(String modelId, PMML4ModelType modelType, PMML4Unit owner, T rawModel)Miningmodel(String modelId, org.dmg.pmml.pmml_4_2.descr.MiningModel model, PMML4Model parentModel, PMML4Unit owner)Regression(String modelId, org.dmg.pmml.pmml_4_2.descr.RegressionModel rawModel, PMML4Model parentModel, PMML4Unit owner)ScorecardModel(String modelId, org.dmg.pmml.pmml_4_2.descr.Scorecard rawModel, PMML4Model parentModel, PMML4Unit owner)Treemodel(String modelId, org.dmg.pmml.pmml_4_2.descr.TreeModel rawModel, PMML4Model parentModel, PMML4Unit owner)
-