Commits


Scott McKay authored and GitHub committed 33d3239b673
Rework SVMClassifier to improve performance (#3363) * Rework SVMClassifier - use GEMM for initial scoring - minimize data allocations and copies - parallelize the second half of the scoring for larger batches