OneHotEncodingEstimator.OutputKind 列挙型

定義

public enum OneHotEncodingEstimator.OutputKind
type OneHotEncodingEstimator.OutputKind = 
Public Enum OneHotEncodingEstimator.OutputKind
継承
OneHotEncodingEstimator.OutputKind

フィールド

Bag 1

出力はバッグ (マルチセット) ベクトルです

Binary 4

出力がバイナリ エンコードされている

Indicator 2

出力はインジケーター ベクトルです

Key 3

出力はキー値です

適用対象