Methods
| Modifier and Type |
Method and Description |
void |
computeResult(org.dmg.pmml.DataType dataType) |
protected static com.google.common.collect.Ordering<Map.Entry<String,Double>> |
createOrdering(Classification.Type type) |
static <K,V> List<K> |
entryKeys(List<Map.Entry<K,V>> entries) |
protected Set<Map.Entry<String,Double>> |
entrySet() |
static <K,V> List<V> |
entryValues(List<Map.Entry<K,V>> entries) |
Double |
get(String key) |
Object |
getResult() |
Classification.Type |
getType() |
protected Map.Entry<String,Double> |
getWinner() |
static Map.Entry<String,Double> |
getWinner(Classification.Type type,
Collection<Map.Entry<String,Double>> entries) |
protected List<String> |
getWinnerKeys() |
static List<Map.Entry<String,Double>> |
getWinnerList(Classification.Type type,
Collection<Map.Entry<String,Double>> entries) |
protected List<Map.Entry<String,Double>> |
getWinnerRanking() |
protected List<Double> |
getWinnerValues() |
protected boolean |
isEmpty() |
protected Set<String> |
keySet() |
static <K> void |
normalize(Map<K,Double> map) |
static <K> void |
normalizeSoftMax(Map<K,Double> map) |
protected void |
normalizeValues() |
Double |
put(String key,
Double value) |
protected void |
setResult(Object result) |
static <K> Double |
sum(Map<K,Double> map) |
protected Double |
sumValues() |
String |
toString() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |