ClassifierSampleInfo
Information about a sample in a classifier.
Elements
| Name | Type | Description |
|---|---|---|
| className | char* | The name of the class this sample is in. |
| featureVector | double* | The feature vector of this sample, or NULL if this is not a custom classifier session. |
| featureVectorSize | int | The number of elements in the feature vector. |
| thumbnail | Image* | A thumbnail image of this sample, or NULL if no image was specified. |