2 references to LinearSvmTrainer
Microsoft.ML.Ensemble (1)
Trainer\Binary\EnsembleTrainer.cs (1)
60
ComponentFactoryUtils.CreateFromFunction(env => new
LinearSvmTrainer
(env, LabelColumnName, FeatureColumnName))
Microsoft.ML.StandardTrainers (1)
StandardTrainersCatalog.cs (1)
830
return new
LinearSvmTrainer
(CatalogUtils.GetEnvironment(catalog), labelColumnName, featureColumnName, exampleWeightColumnName, numberOfIterations);