@Beta public class NodeClassificationMap extends EntityClassificationMap<org.dmg.pmml.Node> implements HasConfidence, HasProbability
ClassificationMap.TypeAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
NodeClassificationMap() |
protected |
NodeClassificationMap(org.dmg.pmml.Node node) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getConfidence(String value) |
Double |
getProbability(String value) |
String |
getResult() |
getEntity, getEntityIdgetType, normalize, normalizeSoftMax, subtract, sumclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringprotected NodeClassificationMap()
protected NodeClassificationMap(org.dmg.pmml.Node node)
public String getResult()
getResult in interface ComputablegetResult in class EntityClassificationMap<org.dmg.pmml.Node>public Double getConfidence(String value)
getConfidence in interface HasConfidencepublic Double getProbability(String value)
getProbability in interface HasProbabilityCopyright © 2014. All Rights Reserved.