TextFeaturizingEstimator.Options Class
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.
Advanced options for the TextFeaturizingEstimator.
public sealed class TextFeaturizingEstimator.Options : Microsoft.ML.Transforms.TransformInputBase
type TextFeaturizingEstimator.Options = class
inherit TransformInputBase
Public NotInheritable Class TextFeaturizingEstimator.Options
Inherits TransformInputBase
- Inheritance
Constructors
TextFeaturizingEstimator.Options() |
Fields
CaseMode | |
KeepDiacritics | |
KeepNumbers | |
KeepPunctuations | |
Norm |
Norm of the output vector. It will be normalized to one. |
OutputTokensColumnName |
Properties
CharFeatureExtractor |
Ngram feature extractor to use for characters (WordBag/WordHashBag).
Set to |
StopWordsRemoverOptions |
Option to set type of stop word remover to use. The following options are available
|
WordFeatureExtractor |
Ngram feature extractor to use for words (WordBag/WordHashBag).
Set to |