Package org.jpmml.evaluator
Interface HasEntityAffinity
-
- All Superinterfaces:
HasEntityId,ResultFeature
- All Known Implementing Classes:
AffinityDistribution,ClusterAffinityDistribution
public interface HasEntityAffinity extends HasEntityId
- See Also:
ResultFeature.CLUSTER_AFFINITY,ResultFeature.ENTITY_AFFINITY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetEntityAffinity()Gets the affinity towards the winning entity.-
Methods inherited from interface org.jpmml.evaluator.HasEntityId
getEntityId
-
-
-
-
Method Detail
-
getEntityAffinity
Double getEntityAffinity()
Gets the affinity towards the winning entity.
- See Also:
HasEntityId.getEntityId()
-
-