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