Click or drag to resize
Accord.NET (logo)

BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInput Properties

The BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyClustering
Gets the clustering algorithm used to create this model.
Public propertyDetector
Gets the feature extractor used to identify features in the input data.
Public propertyMaxDescriptorsPerInstance
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).
Public propertyNumberOfDescriptors
Gets or sets the maximum number of descriptors that should be used to learn the codebook. Default is 0 (meaning to use all descriptors).
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
Public propertyNumberOfWords
Gets the number of words in this codebook.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyStatistics
Gets statistics about the last codebook learned.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Top
See Also