public abstract class EntityClassification<E extends org.dmg.pmml.Entity> extends Classification implements HasEntityId, HasEntityRegistry<E>
Classification.Type| Modifier | Constructor and Description |
|---|---|
protected |
EntityClassification(Classification.Type type,
com.google.common.collect.BiMap<String,E> entityRegistry) |
| Modifier and Type | Method and Description |
|---|---|
E |
getEntity() |
String |
getEntityId()
Gets the
Entity identifier. |
com.google.common.collect.BiMap<String,E> |
getEntityRegistry() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
entryKeys, entryValues, getResult, getType, normalize, normalizeSoftMax, sum, toStringprotected EntityClassification(Classification.Type type, com.google.common.collect.BiMap<String,E> entityRegistry)
public String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic com.google.common.collect.BiMap<String,E> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<E extends org.dmg.pmml.Entity>Entity identifiers and Entity instances.protected com.google.common.base.Objects.ToStringHelper toStringHelper()
toStringHelper in class Classificationpublic E getEntity()
Copyright © 2016. All Rights Reserved.