3 references to linearSVM
Microsoft.ML.Predictor.Tests (3)
TestPredictors.cs (3)
1145var binaryPredictors = new[] { TestLearners.linearSVM }; 1645RunAllTests(new[] { TestLearners.linearSVM }, datasets, new string[] { "cali={}" }, "nocalibration", digitsOfPrecision: 6); 1657RunAllTests(new[] { TestLearners.linearSVM }, datasets, new string[] { "cali=PAV" }, "PAVcalibration", digitsOfPrecision: 5);