public abstract class NeuronProbabilityDistribution<V extends Number> extends EntityClassification<org.dmg.pmml.neural_network.NeuralEntity,Object,V> implements HasProbability
Classification.Type| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
getCategories()
Gets the set of known categories.
|
Double |
getProbability(Object category)
Gets the probability of the specified category.
|
Report |
getProbabilityReport(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 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 getProbability(Object category)
HasProbabilityGets the probability of the specified category.
getProbability in interface HasProbabilityCategoricalResultFeature.getCategories()public Report getProbabilityReport(Object category)
getProbabilityReport in interface HasProbabilityCategoricalResultFeature.getCategories()Copyright © 2021. All rights reserved.