Uses of Interface
org.jpmml.evaluator.ResultFeature
-
-
Uses of ResultFeature in org.jpmml.evaluator
Subinterfaces of ResultFeature in org.jpmml.evaluator Modifier and Type Interface Description interfaceCategoricalResultFeature<K>A common superinterface for categorical result features.interfaceHasAffinityA marker interface for classification or clustering results that provide an affinity distribution.interfaceHasAffinityRankinginterfaceHasConfidenceA marker interface for classification results that provide a confidence distribution.interfaceHasDisplayValueinterfaceHasEntityAffinityinterfaceHasEntityIdA marker interface for results that are associated with a "winning"Entity.interfaceHasEntityIdRankinginterfaceHasPredictioninterfaceHasProbabilityA marker interface for classification results that provide a probability distribution.interfaceHasReasonCodeRankinginterfaceHasRuleValuesClasses in org.jpmml.evaluator that implement ResultFeature Modifier and Type Class Description classAffinityDistribution<V extends Number>classClassification<K,V extends Number>classConfidenceDistribution<V extends Number>classEntityClassification<E extends org.dmg.pmml.Entity<String>,K,V extends Number>classProbabilityDistribution<V extends Number>classRegression<V extends Number>classVoteclassVoteDistribution<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.association
Classes in org.jpmml.evaluator.association that implement ResultFeature Modifier and Type Class Description classAssociation -
Uses of ResultFeature in org.jpmml.evaluator.clustering
Classes in org.jpmml.evaluator.clustering that implement ResultFeature Modifier and Type Class Description classClusterAffinityDistribution<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.mining
Subinterfaces of ResultFeature in org.jpmml.evaluator.mining Modifier and Type Interface Description interfaceHasSegmentResultsClasses in org.jpmml.evaluator.mining that implement ResultFeature Modifier and Type Class Description classAggregateProbabilityDistribution<V extends Number>classAggregateScore<V extends Number>classAggregateVoteDistribution<V extends Number>classSegmentationResultclassSegmentResult -
Uses of ResultFeature in org.jpmml.evaluator.neural_network
Classes in org.jpmml.evaluator.neural_network that implement ResultFeature Modifier and Type Class Description classNeuronProbabilityDistribution<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.rule_set
Classes in org.jpmml.evaluator.rule_set that implement ResultFeature Modifier and Type Class Description classSimpleRuleScoreDistribution<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.scorecard
Subinterfaces of ResultFeature in org.jpmml.evaluator.scorecard Modifier and Type Interface Description interfaceHasPartialScoresClasses in org.jpmml.evaluator.scorecard that implement ResultFeature Modifier and Type Class Description classComplexScorecardScore<V extends Number>classScorecardScore<V extends Number>classSimpleScorecardScore<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.support_vector_machine
Classes in org.jpmml.evaluator.support_vector_machine that implement ResultFeature Modifier and Type Class Description classDistanceDistribution<V extends Number>classVoteProbabilityDistribution<V extends Number> -
Uses of ResultFeature in org.jpmml.evaluator.tree
Subinterfaces of ResultFeature in org.jpmml.evaluator.tree Modifier and Type Interface Description interfaceHasDecisionPathClasses in org.jpmml.evaluator.tree that implement ResultFeature Modifier and Type Class Description classNodeScore<V extends Number>classNodeScoreDistribution<V extends Number>classNodeVote
-