@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() |
getTypeclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringprotected 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 HasEntityIdpublic E getEntity()
Copyright © 2014. All Rights Reserved.