Package org.jpmml.evaluator.mining
Class AggregateProbabilityDistribution<V extends java.lang.Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Classification<java.lang.Object,V>
-
- org.jpmml.evaluator.ProbabilityDistribution<V>
-
- org.jpmml.evaluator.mining.AggregateProbabilityDistribution<V>
-
- All Implemented Interfaces:
CategoricalResultFeature<java.lang.Object>,Computable,HasPrediction,HasProbability,HasSegmentResults,ResultFeature
public abstract class AggregateProbabilityDistribution<V extends java.lang.Number> extends ProbabilityDistribution<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.ProbabilityDistribution
getCategories, getProbability, getProbabilityReport
-
Methods inherited from class org.jpmml.evaluator.Classification
computeResult, createOrdering, entryKeys, entrySet, entryValues, getPrediction, getPredictionReport, getResult, getType, getValue, getValueReport, getValues, getWinner, getWinner, getWinnerKeys, getWinnerList, getWinnerRanking, getWinnerValues, keySet, put, setResult, toStringHelper
-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.mining.HasSegmentResults
getSegmentResults
-
-