次の方法で共有


TextFeaturizingEstimator.NormFunction 列挙型

定義

テキスト ベクター ノーマライザーの種類。

public enum TextFeaturizingEstimator.NormFunction
type TextFeaturizingEstimator.NormFunction = 
Public Enum TextFeaturizingEstimator.NormFunction
継承
TextFeaturizingEstimator.NormFunction

フィールド

Infinity 3

Infinity-norm。

L1 1

L1 標準。

L2 2

L2 標準。

None 0

正規化を無効にするには、これを使用します。

適用対象