@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 |
|---|---|
Set<String> |
getCategoryValues()
Gets the set of known categories.
|
Double |
getConfidence(String value)
Gets the confidence of the specified category.
|
Double |
getProbability(String value)
Gets the probability of the specified category.
|
String |
getResult() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
getEntity, getEntityIdgetType, normalize, normalizeSoftMax, sum, toStringclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodeprotected NodeClassificationMap()
protected NodeClassificationMap(org.dmg.pmml.Node node)
public String getResult()
getResult in interface ComputablegetResult in class EntityClassificationMap<org.dmg.pmml.Node>public Set<String> getCategoryValues()
CategoricalResultFeaturegetCategoryValues in interface CategoricalResultFeaturepublic Double getConfidence(String value)
HasConfidencegetConfidence in interface HasConfidenceCategoricalResultFeature.getCategoryValues()public Double getProbability(String value)
HasProbabilitygetProbability in interface HasProbabilityCategoricalResultFeature.getCategoryValues()protected com.google.common.base.Objects.ToStringHelper toStringHelper()
toStringHelper in class EntityClassificationMap<org.dmg.pmml.Node>Copyright © 2015. All Rights Reserved.