Uses of Class
org.jpmml.evaluator.AffinityDistribution
-
Packages that use AffinityDistribution Package Description org.jpmml.evaluator.nearest_neighbor -
-
Uses of AffinityDistribution in org.jpmml.evaluator.nearest_neighbor
Methods in org.jpmml.evaluator.nearest_neighbor that return types with arguments of type AffinityDistribution Modifier and Type Method Description protected <V extends java.lang.Number>
java.util.Map<java.lang.String,AffinityDistribution<V>>NearestNeighborModelEvaluator. evaluateClassification(ValueFactory<V> valueFactory, EvaluationContext context)protected <V extends java.lang.Number>
java.util.Map<java.lang.String,AffinityDistribution<V>>NearestNeighborModelEvaluator. evaluateClustering(ValueFactory<V> valueFactory, EvaluationContext context)protected <V extends java.lang.Number>
java.util.Map<java.lang.String,AffinityDistribution<V>>NearestNeighborModelEvaluator. evaluateMixed(ValueFactory<V> valueFactory, EvaluationContext context)protected <V extends java.lang.Number>
java.util.Map<java.lang.String,AffinityDistribution<V>>NearestNeighborModelEvaluator. evaluateRegression(ValueFactory<V> valueFactory, EvaluationContext context)
-