Click or drag to resize
Accord.NET (logo)

BaseBagOfWordsTModel, TInput, TClustering Properties

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

Properties
  NameDescription
Public propertyClustering
Gets the clustering algorithm used to create this model.
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 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