LdSvmTrainer.Options Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type LdSvmTrainer.Options = class
inherit TrainerInputBaseWithWeight
Public NotInheritable Class LdSvmTrainer.Options
Inherits TrainerInputBaseWithWeight
- Inheritance
Constructors
LdSvmTrainer.Options() |
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. |