BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInput Properties |
The BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInput generic type exposes the following members.
Name | Description | |
---|---|---|
Clustering |
Gets the clustering algorithm used to create this model.
| |
Detector |
Gets the feature extractor used to identify features in the input data.
| |
MaxDescriptorsPerInstance |
Gets or sets the maximum number of descriptors per image that should be
used to learn the codebook. Default is 0 (meaning to use all descriptors).
| |
NumberOfDescriptors |
Gets or sets the maximum number of descriptors that should be used
to learn the codebook. Default is 0 (meaning to use all descriptors).
| |
NumberOfInputs |
Gets the number of inputs accepted by the model.
| |
NumberOfOutputs |
Gets the number of outputs generated by the model.
| |
NumberOfWords |
Gets the number of words in this codebook.
| |
ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.) | |
Statistics |
Gets statistics about the last codebook learned.
| |
Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) |