Package org.jpmml.evaluator
Class EntityClassification<E extends org.dmg.pmml.Entity<String>,K,V extends Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Classification<K,V>
-
- org.jpmml.evaluator.EntityClassification<E,K,V>
-
- All Implemented Interfaces:
Computable,HasEntityId,HasEntityRegistry<E>,HasPrediction,ResultFeature
- Direct Known Subclasses:
ClusterAffinityDistribution,NeuronProbabilityDistribution,SimpleRuleScoreDistribution
public abstract class EntityClassification<E extends org.dmg.pmml.Entity<String>,K,V extends Number> extends Classification<K,V> implements HasEntityId, HasEntityRegistry<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.evaluator.Classification
Classification.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgetEntity()StringgetEntityId()Gets theEntity identifier.voidput(E entity, K key, Value<V> value)-
Methods inherited from class org.jpmml.evaluator.Classification
entryKeys, entryValues, getPrediction, getPredictionReport, getResult, getType, getValue, getValueReport, getValues, getWinner, getWinnerList, put
-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.HasEntityRegistry
getEntityRegistry
-
-
-
-
Method Detail
-
getEntityId
public String getEntityId()
Description copied from interface:HasEntityIdGets the
Entity identifier.- Specified by:
getEntityIdin interfaceHasEntityId
-
getEntity
public E getEntity()
-
-