All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
computeResult(org.dmg.pmml.DataType dataType) |
protected static <K,V extends Number> com.google.common.collect.Ordering<Map.Entry<K,Value<V>>> |
createOrdering(Classification.Type type) |
static <K,V> List<K> |
entryKeys(List<Map.Entry<K,V>> entries) |
protected Set<Map.Entry<K,Value<V>>> |
entrySet() |
static <K,V> List<V> |
entryValues(List<Map.Entry<K,V>> entries) |
Object |
getPrediction() |
Report |
getPredictionReport() |
Object |
getResult() |
Classification.Type |
getType() |
Double |
getValue(K key) |
Report |
getValueReport(K key) |
ValueMap<K,V> |
getValues() |
protected Map.Entry<K,Value<V>> |
getWinner() |
static <K,V extends Number> Map.Entry<K,Value<V>> |
getWinner(Classification.Type type,
Collection<Map.Entry<K,Value<V>>> entries) |
protected List<K> |
getWinnerKeys() |
static <K,V extends Number> List<Map.Entry<K,Value<V>>> |
getWinnerList(Classification.Type type,
Collection<Map.Entry<K,Value<V>>> entries) |
protected List<Map.Entry<K,Value<V>>> |
getWinnerRanking() |
protected List<Double> |
getWinnerValues() |
protected Set<K> |
keySet() |
void |
put(K key,
Value<V> value) |
protected void |
setResult(Object result) |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |