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