| 
            
              BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInputNumberOfDescriptors Property 
             | 
          
        
         
              Gets or sets the maximum number of descriptors 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
Syntaxpublic int NumberOfDescriptors { get; set; }Public Property NumberOfDescriptors As Integer
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Int32The maximum number of samples.
See Also