WordBagEstimator.Options.MaximumNgramsCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of grams to store in the dictionary, for each level of n-grams, from 1 (in position 0) up to ngramLength (in position ngramLength-1)
public int[] MaximumNgramsCount;
val mutable MaximumNgramsCount : int[]
Public MaximumNgramsCount As Integer()
Field Value
Int32[]