public abstract class NeuronProbabilityDistribution<V extends java.lang.Number> extends EntityClassification<org.dmg.pmml.neural_network.NeuralEntity,java.lang.Object,V> implements HasProbability
Classification.Type| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Object> |
getCategories()
Gets the set of known categories.
|
java.lang.Double |
getProbability(java.lang.Object category)
Gets the probability of the specified category.
|
Report |
getProbabilityReport(java.lang.Object category) |
getEntity, getEntityId, put, setEntity, toStringHelpercomputeResult, 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, waitgetEntityRegistrypublic 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()Copyright © 2025. All Rights Reserved.