public class SimpleRuleScoreDistribution extends EntityClassification<org.dmg.pmml.SimpleRule> implements HasConfidence
Classification.Type| Modifier | Constructor and Description |
|---|---|
protected |
SimpleRuleScoreDistribution(com.google.common.collect.BiMap<String,org.dmg.pmml.SimpleRule> entityRegistry) |
| 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.
|
getEntity, getEntityId, getEntityRegistry, toStringHelperentryKeys, entryValues, getResult, getType, normalize, normalizeSoftMax, sum, toStringprotected SimpleRuleScoreDistribution(com.google.common.collect.BiMap<String,org.dmg.pmml.SimpleRule> entityRegistry)
public Set<String> getCategoryValues()
CategoricalResultFeatureGets the set of known categories.
The set of known categories either equals the set of all categories, or is a proper subset of it.
getCategoryValues in interface CategoricalResultFeaturepublic Double getConfidence(String value)
HasConfidenceGets the confidence of the specified category.
getConfidence in interface HasConfidenceCategoricalResultFeature.getCategoryValues()Copyright © 2015. All Rights Reserved.