共用方式為


TextFeaturizingEstimator.NormFunction 列舉

定義

文字向量正規化程式種類。

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

欄位

Infinity 3

Infinity-norm。

L1 1

L1-norm。

L2 2

L2-norm。

None 0

使用此來停用正規化。

適用於