@Beta public abstract class EntityClassificationMap<E extends org.dmg.pmml.Entity> extends ClassificationMap<String> implements HasEntityId
ClassificationMap.TypeAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
EntityClassificationMap(ClassificationMap.Type type) |
protected |
EntityClassificationMap(ClassificationMap.Type type,
E entity) |
| Modifier and Type | Method and Description |
|---|---|
E |
getEntity() |
String |
getEntityId() |
String |
getResult() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
getType, normalize, normalizeSoftMax, sum, toStringclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodeprotected EntityClassificationMap(ClassificationMap.Type type)
protected EntityClassificationMap(ClassificationMap.Type type, E entity)
public String getResult()
getResult in interface ComputablegetResult in class ClassificationMap<String>public String getEntityId()
getEntityId in interface HasEntityIdprotected com.google.common.base.Objects.ToStringHelper toStringHelper()
toStringHelper in class ClassificationMap<String>public E getEntity()
Copyright © 2015. All Rights Reserved.