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 的正则器

LambdaW

分类器参数 W 的正则器

NumberOfIterations

迭代数

Sigma

sigmoid 锐度参数

TreeDepth

LDSVM 树深度

UseBias

指示我们是否应在模型中使用 Bias。

适用于