Package org.jpmml.evaluator
Interface HasAffinityRanking
-
- All Superinterfaces:
CategoricalResultFeature<java.lang.String>,HasAffinity,ResultFeature
- All Known Implementing Classes:
AffinityDistribution,ClusterAffinityDistribution
public interface HasAffinityRanking extends HasAffinity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Double>getAffinityRanking()Gets the affinities for known categories.-
Methods inherited from interface org.jpmml.evaluator.CategoricalResultFeature
getCategories
-
Methods inherited from interface org.jpmml.evaluator.HasAffinity
getAffinity, getAffinityReport
-
-