Package org.jpmml.evaluator
Interface HasAffinityRanking
-
- All Superinterfaces:
CategoricalResultFeature<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 List<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
-
-