public abstract class SimpleRuleScoreDistribution<V extends Number> extends EntityClassification<org.dmg.pmml.rule_set.SimpleRule,Object,V> implements HasConfidence
Classification.Type| Modifier and Type | Method and Description |
|---|---|
protected void |
computeResult(org.dmg.pmml.DataType dataType) |
Set<Object> |
getCategories()
Gets the set of known categories.
|
Double |
getConfidence(Object category)
Gets the confidence of the specified category.
|
Report |
getConfidenceReport(Object category) |
protected void |
setEntity(org.dmg.pmml.rule_set.SimpleRule simpleRule) |
getEntity, getEntityId, put, toStringHelpercreateOrdering, entryKeys, entrySet, entryValues, getPrediction, getPredictionReport, getResult, getType, getValue, getValueReport, getValues, getWinner, getWinner, getWinnerKeys, getWinnerList, getWinnerRanking, getWinnerValues, keySet, put, setResulttoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityRegistryprotected void computeResult(org.dmg.pmml.DataType dataType)
computeResult in class Classification<Object,V extends Number>public Set<Object> getCategories()
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.
getCategories in interface CategoricalResultFeature<Object>public Double getConfidence(Object category)
HasConfidenceGets the confidence of the specified category.
getConfidence in interface HasConfidenceCategoricalResultFeature.getCategories()public Report getConfidenceReport(Object category)
getConfidenceReport in interface HasConfidenceCategoricalResultFeature.getCategories()protected void setEntity(org.dmg.pmml.rule_set.SimpleRule simpleRule)
setEntity in class EntityClassification<org.dmg.pmml.rule_set.SimpleRule,Object,V extends Number>Copyright © 2022. All rights reserved.