1 reference to LinearSvmTrainer
Microsoft.ML.StandardTrainers (1)
StandardTrainersCatalog.cs (1)
830return new LinearSvmTrainer(CatalogUtils.GetEnvironment(catalog), labelColumnName, featureColumnName, exampleWeightColumnName, numberOfIterations);