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