Uses of Interface
org.kie.pmml.pmml_4_2.PMML4Model
-
Packages that use PMML4Model 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 PMML4Model in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 with type parameters of type PMML4Model Modifier and Type Method Description <T extends PMML4Model>
Map<String,T>PMML4Unit. getModels(PMML4ModelType modelTypeFilter, PMML4Model parent)Methods in org.kie.pmml.pmml_4_2 that return PMML4Model Modifier and Type Method Description PMML4ModelPMML4Model. getParentModel()PMML4ModelPMML4Unit. getRootModel()Methods in org.kie.pmml.pmml_4_2 that return types with arguments of type PMML4Model Modifier and Type Method Description Map<String,PMML4Model>PMML4Model. getChildModels()List<PMML4Model>PMML4Unit. getModels()Map<String,PMML4Model>PMML4Unit. getRootModels()Methods in org.kie.pmml.pmml_4_2 with parameters of type PMML4Model Modifier and Type Method Description <T extends PMML4Model>
Map<String,T>PMML4Unit. getModels(PMML4ModelType modelTypeFilter, PMML4Model parent)voidPMML4Model. setParentModel(PMML4Model parentModel) -
Uses of PMML4Model in org.kie.pmml.pmml_4_2.model
Classes in org.kie.pmml.pmml_4_2.model that implement PMML4Model Modifier and Type Class Description classAbstractModel<T>classMiningmodelclassRegressionclassScorecardModelclassTreemodelMethods in org.kie.pmml.pmml_4_2.model that return PMML4Model Modifier and Type Method Description PMML4ModelPMML4ModelFactory. getModel(org.dmg.pmml.pmml_4_2.descr.Segment segment, MiningSegmentation segmentation)PMML4ModelAbstractModel. getParentModel()PMML4ModelPMML4UnitImpl. getRootModel()Methods in org.kie.pmml.pmml_4_2.model that return types with arguments of type PMML4Model Modifier and Type Method Description Map<String,PMML4Model>AbstractModel. getChildModels()Default method returns an empty MapMap<String,PMML4Model>Miningmodel. getChildModels()Map<String,PMML4Model>PMML4UnitImpl. getChildModels(String parentModelId)Retrieves a Map whose entries consist of key -> a model identifier value -> the PMML4Model object that the key refers to where the PMML4Model indicates that itList<PMML4Model>PMML4ModelFactory. getModels(PMML4Unit owner)List<PMML4Model>PMML4UnitImpl. getModels()Map<String,PMML4Model>PMML4UnitImpl. getModels(PMML4ModelType type, PMML4Model parent)Map<String,PMML4Model>PMML4UnitImpl. getModelsMap()Map<String,PMML4Model>PMML4UnitImpl. getRootModels()Retrieves a Map with entries that consist of key -> a model identifier value -> the PMML4Model object that the key refers to where the PMML4Model does not indicate a parent model (i.e. the model is not a child model)Methods in org.kie.pmml.pmml_4_2.model with parameters of type PMML4Model Modifier and Type Method Description Map<String,PMML4Model>PMML4UnitImpl. getModels(PMML4ModelType type, PMML4Model parent)voidAbstractModel. setParentModel(PMML4Model parentModel)Constructors in org.kie.pmml.pmml_4_2.model with parameters of type PMML4Model Constructor Description AbstractModel(String modelId, PMML4ModelType modelType, PMML4Unit owner, PMML4Model parentModel, 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) -
Uses of PMML4Model in org.kie.pmml.pmml_4_2.model.mining
Methods in org.kie.pmml.pmml_4_2.model.mining that return PMML4Model Modifier and Type Method Description PMML4ModelMiningSegment. getInternalModel()PMML4ModelMiningSegment. getModel()
-