3 references to LdSvmTrainer
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmTrainer.cs (1)
677
() => new
LdSvmTrainer
(host, input),
StandardTrainersCatalog.cs (2)
890
=> new
LdSvmTrainer
(catalog.GetEnvironment(), options);
929
return new
LdSvmTrainer
(catalog.GetEnvironment(), options);