Package | Description |
---|---|
org.kie.pmml.pmml_4_2 | |
org.kie.pmml.pmml_4_2.model |
Modifier and Type | Method and Description |
---|---|
PMML4ModelType |
PMML4Model.getModelType() |
Modifier and Type | Method and Description |
---|---|
<T extends PMML4Model> |
PMML4Unit.getModels(PMML4ModelType modelTypeFilter,
PMML4Model parent) |
Modifier and Type | Method and Description |
---|---|
PMML4ModelType |
AbstractModel.getModelType() |
static PMML4ModelType |
PMML4ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMML4ModelType[] |
PMML4ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PMML4Model> |
PMML4UnitImpl.getModels(PMML4ModelType type,
PMML4Model parent) |
Constructor and Description |
---|
AbstractModel(String modelId,
PMML4ModelType modelType,
PMML4Unit owner,
PMML4Model parentModel,
T rawModel) |
AbstractModel(String modelId,
PMML4ModelType modelType,
PMML4Unit owner,
T rawModel) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.