LdSvmTrainer.Options クラス

定義

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 の Regularizer

LambdaW

分類子パラメーター W の正則化

NumberOfIterations

イテレーションの数

Sigma

シグモイドシャープネスのパラメータ

TreeDepth

LDSVM ツリーの深さ

UseBias

モデルで Bias を使用する必要があるかどうかを示します。

適用対象