TransformerScope 列舉

定義

此列舉允許「標記」估算器 (,而後續的轉換器) 鏈結中只能用於定型、「用於定型和評估」等。最值得注意的範例是,標籤資料行上的轉換不應該用於評分,因此範圍應該是 TrainingTrainTest

此列舉支援其成員值的位元組合。

[System.Flags]
public enum TransformerScope
[<System.Flags>]
type TransformerScope = 
Public Enum TransformerScope
繼承
TransformerScope
屬性

欄位

Everything 7
None 0
Scoring 4
Testing 2
Training 1
TrainTest 3

適用於