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

出力ベクトルの標準。 1 に正規化されます。

OutputTokensColumnName

の詳細オプションTextFeaturizingEstimator

プロパティ

CharFeatureExtractor

文字に使用する Ngram 機能エクストラクター (WordBag/WordHashBag)。 文字の null n グラム生成をオフにするように設定します。

StopWordsRemoverOptions

使用するストップ ワード リムーバーの種類を設定するオプション。 次のオプションを使用できます

これを 'null' に設定しても、入力からストップワードは削除されません。
WordFeatureExtractor

単語に使用する Ngram 機能抽出器 (WordBag/WordHashBag)。 単語の null n-gram 生成をオフにするように設定します。

適用対象