Package org.jpmml.evaluator
Class VoteDistribution<V extends Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Classification<Object,V>
-
- org.jpmml.evaluator.VoteDistribution<V>
-
- All Implemented Interfaces:
Computable,HasPrediction,ResultFeature
- Direct Known Subclasses:
VoteProbabilityDistribution
public class VoteDistribution<V extends Number> extends Classification<Object,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.evaluator.Classification
Classification.Type
-
-
Constructor Summary
Constructors Constructor Description VoteDistribution(ValueMap<Object,V> votes)
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.Classification
entryKeys, entryValues, getPrediction, getPredictionReport, getResult, getType, getValue, getValueReport, getValues, getWinner, getWinnerList, put
-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
-