![]() |
BagOfWords Properties |
The BagOfWords type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodeToString |
Gets the reverse dictionary which translates
integer labels into string tokens.
|
![]() | MaximumOccurance |
Gets or sets the maximum number of occurrences of a word which
should be registered in the feature vector. Default is 1 (if a
word occurs, corresponding feature is set to 1).
|
![]() | 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.) |
![]() | StringToCode |
Gets the forward dictionary which translates
string tokens to integer labels.
|
![]() | Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) |