Package org.jpmml.evaluator.mining
Class AggregateVoteDistribution<V extends Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Classification<Object,V>
-
- org.jpmml.evaluator.mining.AggregateVoteDistribution<V>
-
- All Implemented Interfaces:
Computable,HasPrediction,HasSegmentResults,ResultFeature
public abstract class AggregateVoteDistribution<V extends Number> extends Classification<Object,V> implements HasSegmentResults
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.evaluator.Classification
Classification.Type
-
-
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
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.mining.HasSegmentResults
getSegmentResults
-
-