LdSvmTrainer.Options Class

Definition

C#
public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
Inheritance

Constructors

Fields

Cache
ExampleWeightColumnName

Column to use for example weight.

(Inherited from TrainerInputBaseWithWeight)
FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)
LabelColumnName

Column to use for labels.

(Inherited from TrainerInputBaseWithLabel)
LambdaTheta

Regularizer for kernel parameter Theta

LambdaThetaprime

Regularizer for kernel parameter ThetaPrime

LambdaW

Regularizer for classifier parameter W

NumberOfIterations

Number of iterations

Sigma

Parameter for sigmoid sharpness

TreeDepth

Depth of LDSVM Tree

UseBias

Indicates if we should use Bias or not in our model.

Applies to

Product Versions
ML.NET 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, Preview, 4.0.0