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