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