Uses of Interface
org.jpmml.evaluator.HasProbability
-
Packages that use HasProbability Package Description org.jpmml.evaluator org.jpmml.evaluator.mining org.jpmml.evaluator.neural_network org.jpmml.evaluator.support_vector_machine org.jpmml.evaluator.tree -
-
Uses of HasProbability in org.jpmml.evaluator
Classes in org.jpmml.evaluator that implement HasProbability Modifier and Type Class Description classProbabilityDistribution<V extends Number>Methods in org.jpmml.evaluator with parameters of type HasProbability Modifier and Type Method Description voidProbabilityAggregator. add(HasProbability hasProbability)voidProbabilityAggregator. add(HasProbability hasProbability, Number weight) -
Uses of HasProbability in org.jpmml.evaluator.mining
Classes in org.jpmml.evaluator.mining that implement HasProbability Modifier and Type Class Description classAggregateProbabilityDistribution<V extends Number> -
Uses of HasProbability in org.jpmml.evaluator.neural_network
Classes in org.jpmml.evaluator.neural_network that implement HasProbability Modifier and Type Class Description classNeuronProbabilityDistribution<V extends Number> -
Uses of HasProbability in org.jpmml.evaluator.support_vector_machine
Classes in org.jpmml.evaluator.support_vector_machine that implement HasProbability Modifier and Type Class Description classVoteProbabilityDistribution<V extends Number> -
Uses of HasProbability in org.jpmml.evaluator.tree
Classes in org.jpmml.evaluator.tree that implement HasProbability Modifier and Type Class Description classNodeScoreDistribution<V extends Number>
-