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