| MaxPriorProbability method |
Applies to
TClassifier
Declaration
function MaxPriorProbability(var ClassIndex: integer): double;
Description
Returns the index of the class, which has the highest count of examples and thus the highest prior probability, with ClassIndex. The function will also return the probability of that class as the function result.
|
|