共用方式為


TextFeaturizingEstimator.Options 類別

定義

TextFeaturizingEstimator 進階選項。

public sealed class TextFeaturizingEstimator.Options : Microsoft.ML.Transforms.TransformInputBase
type TextFeaturizingEstimator.Options = class
    inherit TransformInputBase
Public NotInheritable Class TextFeaturizingEstimator.Options
Inherits TransformInputBase
繼承
TextFeaturizingEstimator.Options

建構函式

TextFeaturizingEstimator.Options()

TextFeaturizingEstimator 進階選項。

欄位

CaseMode

TextFeaturizingEstimator 進階選項。

KeepDiacritics

TextFeaturizingEstimator 進階選項。

KeepNumbers

TextFeaturizingEstimator 進階選項。

KeepPunctuations

TextFeaturizingEstimator 進階選項。

Norm

輸出向量的準則。 它會正規化為一個。

OutputTokensColumnName

TextFeaturizingEstimator 進階選項。

屬性

CharFeatureExtractor

用於 WordBag/WordHashBag) 字元 (的 Ngram 特徵擷取器。 設定為 null 以關閉字元的 n-gram 產生。

StopWordsRemoverOptions

設定要使用的停用字詞移除工具類型的選項。 下列選項可供使用

將此設定為 'null' 並不會從輸入中移除停用字詞。
WordFeatureExtractor

用於 WordBag/WordHashBag) (的 Ngram 功能擷取器。 設定為 null 以關閉單字的 n-gram 產生。

適用於