| Package | Description |
|---|---|
| org.kie.pmml.models.mining.model.enums | |
| org.kie.pmml.models.mining.model.segmentation |
| Modifier and Type | Method and Description |
|---|---|
static MULTIPLE_MODEL_METHOD |
MULTIPLE_MODEL_METHOD.byName(String name) |
static MULTIPLE_MODEL_METHOD |
MULTIPLE_MODEL_METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MULTIPLE_MODEL_METHOD[] |
MULTIPLE_MODEL_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MULTIPLE_MODEL_METHOD |
KiePMMLSegmentation.getMultipleModelMethod() |
| Modifier and Type | Method and Description |
|---|---|
static KiePMMLSegmentation.Builder |
KiePMMLSegmentation.builder(String name,
List<KiePMMLExtension> extensions,
MULTIPLE_MODEL_METHOD multipleModelMethod)
Builder to auto-generate the id
|
| Constructor and Description |
|---|
KiePMMLSegmentation(String name,
List<KiePMMLExtension> extensions,
MULTIPLE_MODEL_METHOD multipleModelMethod) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.