How to make the FITCSVM function compute in parallel in MATLAB to speed up the operation?

6 views (last 30 days)
Hi!
I used FITCSVM to perform regression on my data, which was slow, and the help documentation for this function didn't mention parallel computation.
The following code, What command is added to the following code to perform parallel computation?
SvmMod = fitrsvm(...
xTra,yTra,...
'OptimizeHyperparameters','auto',...
'HyperparameterOptimizationOptions',...
struct('AcquisitionFunctionName',...
'expected-improvement-plus'...
))

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!