|
BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInputMaxDescriptorsPerInstance Property
|
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).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int MaxDescriptorsPerInstance { get; set; }
Public Property MaxDescriptorsPerInstance As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32The maximum number of samples per image.
See Also