Package org.jpmml.evaluator
Interface HasEntityId
-
- All Superinterfaces:
ResultFeature
- All Known Subinterfaces:
HasDecisionPath,HasEntityAffinity,HasEntityIdRanking
- All Known Implementing Classes:
AffinityDistribution,ClusterAffinityDistribution,EntityClassification,NeuronProbabilityDistribution,NodeScore,NodeScoreDistribution,NodeVote,SegmentResult,SimpleRuleScoreDistribution
public interface HasEntityId extends ResultFeature
A marker interface for results that are associated with a "winning"
Entity.If a result implements both
HasEntityIdandHasEntityRegistry, which is typically the case, then the providedentity registryis suitable forEntityresolution purposes.- See Also:
ResultFeature.CLUSTER_ID,ResultFeature.ENTITY_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityId()Gets theEntity identifier.
-
-
-
Method Detail
-
getEntityId
String getEntityId()
Gets the
Entity identifier.
-
-