BagOfWordsStatistics Properties |
The BagOfWordsStatistics type exposes the following members.
Name | Description | |
---|---|---|
NumberOfDescriptorsTaken |
Gets or sets the number of descriptors actually used
in the learning of the BagOfWords.
| |
NumberOfDescriptorsTakenPerInstance |
Gets or sets the count distribution of the descriptors actually
used in the learning of the BagOfWords.
| |
NumberOfDescriptorsTakenPerInstanceRange |
Gets or sets the minimum and maximum number of descriptors per instance
actually used in the learning of the BagOfWords.
| |
NumberOfInstancesTaken |
Gets or sets the number of instances (i.e. images or audio signals)
actually used in the learning of the BagOfWords.
| |
TotalNumberOfDescriptors |
Gets or sets the total number of descriptors seen in the training set.
| |
TotalNumberOfDescriptorsPerInstance |
Gets or sets the count distribution of the descriptors seen in the training set.
| |
TotalNumberOfDescriptorsPerInstanceRange |
Gets or sets the minimum and maximum number of descriptors per instance seen in the training set.
| |
TotalNumberOfInstances |
Gets or sets the number of instances (i.e. images or audio signals) in the training set.
|