OnlineLinearOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
線上線性定型工具的引數類別。
public abstract class OnlineLinearOptions : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type OnlineLinearOptions = class
inherit TrainerInputBaseWithLabel
Public MustInherit Class OnlineLinearOptions
Inherits TrainerInputBaseWithLabel
- 繼承
- 衍生
建構函式
OnlineLinearOptions() |
線上線性定型工具的引數類別。 |
欄位
FeatureColumnName |
要用於功能的資料行。 (繼承來源 TrainerInputBase) |
InitialWeightsDiameter |
初始權數和偏差小數位數。 |
LabelColumnName |
要用於標籤的資料行。 (繼承來源 TrainerInputBaseWithLabel) |
NumberOfIterations |
通過訓練資料集的傳遞次數。 |
Shuffle |
判斷是否要隨機處理每個定型反復專案的資料。 |