| 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 com.google.common.collect.Ordering<java.util.Map.Entry<java.lang.String,java.lang.Double>> |
Classification.createOrdering(Classification.Type type) |
static java.util.Map.Entry<java.lang.String,java.lang.Double> |
Classification.getWinner(Classification.Type type,
java.util.Collection<java.util.Map.Entry<java.lang.String,java.lang.Double>> entries) |
static java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Double>> |
Classification.getWinnerList(Classification.Type type,
java.util.Collection<java.util.Map.Entry<java.lang.String,java.lang.Double>> entries) |
static Classification.Type |
AffinityDistribution.validateType(Classification.Type type) |
| Constructor and Description |
|---|
AffinityDistribution(Classification.Type type,
java.lang.Object result) |
Classification(Classification.Type type) |
Classification(Classification.Type type,
java.util.Map<java.lang.String,java.lang.Double> values) |
EntityClassification(Classification.Type type,
com.google.common.collect.BiMap<java.lang.String,E> entityRegistry) |
Copyright © 2017. All Rights Reserved.