@Beta public class RuleClassificationMap extends EntityClassificationMap<org.dmg.pmml.SimpleRule> implements HasConfidence
ClassificationMap.TypeAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
RuleClassificationMap() |
protected |
RuleClassificationMap(org.dmg.pmml.SimpleRule rule) |
| 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.
|
String |
getResult() |
getEntity, getEntityId, toStringHelpergetType, normalize, normalizeSoftMax, sum, toStringclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodeprotected RuleClassificationMap()
protected RuleClassificationMap(org.dmg.pmml.SimpleRule rule)
public String getResult()
getResult in interface ComputablegetResult in class EntityClassificationMap<org.dmg.pmml.SimpleRule>public Set<String> getCategoryValues()
CategoricalResultFeaturegetCategoryValues in interface CategoricalResultFeaturepublic Double getConfidence(String value)
HasConfidencegetConfidence in interface HasConfidenceCategoricalResultFeature.getCategoryValues()Copyright © 2015. All Rights Reserved.