LdSvmTrainer.Options 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type LdSvmTrainer.Options = class
inherit TrainerInputBaseWithWeight
Public NotInheritable Class LdSvmTrainer.Options
Inherits TrainerInputBaseWithWeight
- 繼承
建構函式
LdSvmTrainer.Options() |
欄位
Cache | |
ExampleWeightColumnName |
要用於加權的資料行。 (繼承來源 TrainerInputBaseWithWeight) |
FeatureColumnName |
要用於功能的資料行。 (繼承來源 TrainerInputBase) |
LabelColumnName |
要用於標籤的資料行。 (繼承來源 TrainerInputBaseWithLabel) |
LambdaTheta |
核心參數 Theta 的正規化程式 |
LambdaThetaprime |
核心參數 ThetaPrime 的正規化程式 |
LambdaW |
分類器參數 W 的正規化程式 |
NumberOfIterations |
反覆運算次數 |
Sigma |
sigmoid 尖角的參數 |
TreeDepth |
LDSVM 樹狀結構的深度 |
UseBias |
指出我們是否應該在模型中使用偏差。 |