public abstract class NodeScoreDistribution<V extends java.lang.Number> extends Classification<java.lang.Object,V> implements HasEntityRegistry<org.dmg.pmml.tree.Node>, HasDecisionPath, HasProbability, HasConfidence
Classification.Type| Modifier and Type | Method and Description |
|---|---|
protected void |
computeResult(org.dmg.pmml.DataType dataType) |
java.util.Set<java.lang.Object> |
getCategories()
Gets the set of known categories.
|
java.lang.Double |
getConfidence(java.lang.Object category)
Gets the confidence of the specified category.
|
Report |
getConfidenceReport(java.lang.Object category) |
java.lang.String |
getEntityId()
Gets the
Entity identifier. |
org.dmg.pmml.tree.Node |
getNode()
Gets the winning node.
|
java.lang.Double |
getProbability(java.lang.Object category)
Gets the probability of the specified category.
|
Report |
getProbabilityReport(java.lang.Object category) |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
createOrdering, 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, waitgetEntityRegistrygetDecisionPathprotected void computeResult(org.dmg.pmml.DataType dataType)
computeResult in class Classification<java.lang.Object,V extends java.lang.Number>protected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class Classification<java.lang.Object,V extends java.lang.Number>public java.lang.String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic java.util.Set<java.lang.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<java.lang.Object>public java.lang.Double getProbability(java.lang.Object category)
HasProbabilityGets the probability of the specified category.
getProbability in interface HasProbabilityCategoricalResultFeature.getCategories()public Report getProbabilityReport(java.lang.Object category)
getProbabilityReport in interface HasProbabilityCategoricalResultFeature.getCategories()public java.lang.Double getConfidence(java.lang.Object category)
HasConfidenceGets the confidence of the specified category.
getConfidence in interface HasConfidenceCategoricalResultFeature.getCategories()public Report getConfidenceReport(java.lang.Object category)
getConfidenceReport in interface HasConfidenceCategoricalResultFeature.getCategories()public org.dmg.pmml.tree.Node getNode()
HasDecisionPathGets the winning node.
getNode in interface HasDecisionPathCopyright © 2024. All Rights Reserved.