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 |
指示我们是否应在模型中使用 Bias。 |