Package | Description |
---|---|
org.kie.pmml.pmml_4_2 | |
org.kie.pmml.pmml_4_2.model | |
org.kie.pmml.pmml_4_2.model.mining |
Modifier and Type | Method and Description |
---|---|
<T extends PMML4Model> |
PMML4Unit.getModels(PMML4ModelType modelTypeFilter,
PMML4Model parent) |
Modifier and Type | Method and Description |
---|---|
PMML4Model |
PMML4Model.getParentModel() |
PMML4Model |
PMML4Unit.getRootModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,PMML4Model> |
PMML4Model.getChildModels() |
List<PMML4Model> |
PMML4Unit.getModels() |
Map<String,PMML4Model> |
PMML4Unit.getRootModels() |
Modifier and Type | Method and Description |
---|---|
<T extends PMML4Model> |
PMML4Unit.getModels(PMML4ModelType modelTypeFilter,
PMML4Model parent) |
void |
PMML4Model.setParentModel(PMML4Model parentModel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel<T> |
class |
Miningmodel |
class |
Regression |
class |
ScorecardModel |
class |
Treemodel |
Modifier and Type | Method and Description |
---|---|
PMML4Model |
PMML4ModelFactory.getModel(org.dmg.pmml.pmml_4_2.descr.Segment segment,
MiningSegmentation segmentation) |
PMML4Model |
AbstractModel.getParentModel() |
PMML4Model |
PMML4UnitImpl.getRootModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,PMML4Model> |
AbstractModel.getChildModels()
Default method returns an empty Map
|
Map<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 it
|
List<PMML4Model> |
PMML4UnitImpl.getModels() |
Map<String,PMML4Model> |
PMML4UnitImpl.getModels(PMML4ModelType type,
PMML4Model parent) |
List<PMML4Model> |
PMML4ModelFactory.getModels(PMML4Unit owner) |
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)
|
Modifier and Type | Method and Description |
---|---|
Map<String,PMML4Model> |
PMML4UnitImpl.getModels(PMML4ModelType type,
PMML4Model parent) |
void |
AbstractModel.setParentModel(PMML4Model parentModel) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
PMML4Model |
MiningSegment.getInternalModel() |
PMML4Model |
MiningSegment.getModel() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.