| Package | Description |
|---|---|
| org.jpmml.evaluator |
| Modifier and Type | Method and Description |
|---|---|
ClassificationMap.Type |
ClassificationMap.getType() |
static ClassificationMap.Type |
ClassificationMap.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationMap.Type[] |
ClassificationMap.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClassificationMap(ClassificationMap.Type type) |
ClusterClassificationMap(ClassificationMap.Type type) |
ClusterClassificationMap(ClassificationMap.Type type,
org.dmg.pmml.Cluster cluster) |
EntityClassificationMap(ClassificationMap.Type type) |
EntityClassificationMap(ClassificationMap.Type type,
E entity) |
InstanceClassificationMap(ClassificationMap.Type type,
Object result) |
Copyright © 2015. All Rights Reserved.