@Beta public class NeuronClassificationMap extends EntityClassificationMap<org.dmg.pmml.Entity> implements HasProbability
ClassificationMap.TypeAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
NeuronClassificationMap() |
protected |
NeuronClassificationMap(org.dmg.pmml.Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategoryValues()
Gets the set of known categories.
|
Double |
getProbability(String value)
Gets the probability of the specified category.
|
getEntity, getEntityId, getResult, toStringHelpergetType, normalize, normalizeSoftMax, sum, toStringclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodeprotected NeuronClassificationMap()
protected NeuronClassificationMap(org.dmg.pmml.Entity entity)
public Set<String> getCategoryValues()
CategoricalResultFeaturegetCategoryValues in interface CategoricalResultFeaturepublic Double getProbability(String value)
HasProbabilitygetProbability in interface HasProbabilityCategoricalResultFeature.getCategoryValues()Copyright © 2015. All Rights Reserved.