| Package | Description |
|---|---|
| org.jpmml.evaluator |
| Modifier and Type | Method and Description |
|---|---|
Classification.Type |
Classification.getType() |
static Classification.Type |
AffinityDistribution.validateType(Classification.Type type) |
static Classification.Type |
Classification.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Classification.Type[] |
Classification.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <K,V extends java.lang.Number> |
Classification.createOrdering(Classification.Type type) |
static <K,V extends java.lang.Number> |
Classification.getWinner(Classification.Type type,
java.util.Collection<java.util.Map.Entry<K,Value<V>>> entries) |
static <K,V extends java.lang.Number> |
Classification.getWinnerList(Classification.Type type,
java.util.Collection<java.util.Map.Entry<K,Value<V>>> entries) |
static Classification.Type |
AffinityDistribution.validateType(Classification.Type type) |
| Constructor and Description |
|---|
AffinityDistribution(Classification.Type type,
ValueMap<java.lang.String,V> values,
java.lang.Object result) |
Classification(Classification.Type type,
ValueMap<K,V> values) |
EntityClassification(Classification.Type type,
ValueMap<K,V> values) |
Copyright © 2025. All Rights Reserved.