Uses of Interface
org.jpmml.evaluator.CategoricalResultFeature
-
-
Uses of CategoricalResultFeature in org.jpmml.evaluator
Subinterfaces of CategoricalResultFeature in org.jpmml.evaluator Modifier and Type Interface Description interfaceHasAffinityA marker interface for classification or clustering results that provide an affinity distribution.interfaceHasAffinityRankinginterfaceHasConfidenceA marker interface for classification results that provide a confidence distribution.interfaceHasProbabilityA marker interface for classification results that provide a probability distribution.Classes in org.jpmml.evaluator that implement CategoricalResultFeature Modifier and Type Class Description classAffinityDistribution<V extends Number>classConfidenceDistribution<V extends Number>classProbabilityDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.clustering
Classes in org.jpmml.evaluator.clustering that implement CategoricalResultFeature Modifier and Type Class Description classClusterAffinityDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.mining
Classes in org.jpmml.evaluator.mining that implement CategoricalResultFeature Modifier and Type Class Description classAggregateProbabilityDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.neural_network
Classes in org.jpmml.evaluator.neural_network that implement CategoricalResultFeature Modifier and Type Class Description classNeuronProbabilityDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.rule_set
Classes in org.jpmml.evaluator.rule_set that implement CategoricalResultFeature Modifier and Type Class Description classSimpleRuleScoreDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.support_vector_machine
Classes in org.jpmml.evaluator.support_vector_machine that implement CategoricalResultFeature Modifier and Type Class Description classVoteProbabilityDistribution<V extends Number> -
Uses of CategoricalResultFeature in org.jpmml.evaluator.tree
Classes in org.jpmml.evaluator.tree that implement CategoricalResultFeature Modifier and Type Class Description classNodeScoreDistribution<V extends Number>
-