| 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(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 Number> |
Classification.createOrdering(Classification.Type type) |
static <K,V extends Number> |
Classification.getWinner(Classification.Type type,
Collection<Map.Entry<K,Value<V>>> entries) |
static <K,V extends Number> |
Classification.getWinnerList(Classification.Type type,
Collection<Map.Entry<K,Value<V>>> entries) |
static Classification.Type |
AffinityDistribution.validateType(Classification.Type type) |
| Constructor and Description |
|---|
AffinityDistribution(Classification.Type type,
ValueMap<String,V> values,
Object result) |
Classification(Classification.Type type,
ValueMap<K,V> values) |
EntityClassification(Classification.Type type,
ValueMap<K,V> values) |
Copyright © 2020. All rights reserved.