NearestNeighborTrainingReport
A report on the results of training a classifier session with the nearest neighbor algorithm.
Elements
Name | Type | Description |
---|---|---|
classDistancesTable | float** | The confidence in the training. |
allScores | NearestNeighborClassResult* | All classes and their scores. |
allScoresSize | int | The number of entries in allScores. |