using kmeans function in parallel
古いコメントを表示
Hi, I want to use kmeans function in parallel, with a matlabpool of workers. When I open a matlabpool and then execute kmeans with Useparallel = true, only 1 core is working. The default numbers of workers is 4. What is wrong? Should I put the execution of the kmeans function inside a spmd block? Thanks in advance,
Jordi
1 件のコメント
Marwan Radwan
2016 年 10 月 2 日
please i need this code and steps how to set useparallel i am new in matlab thank you alot
採用された回答
その他の回答 (2 件)
Thomas
2013 年 5 月 15 日
0 投票
Don't know if this would help but you can find an implementation of k-means in MATLAB using MATLABmpi (message passing interface) http://www.cs.toronto.edu/~dross/code/parallel.shtml
1 件のコメント
Abeera Tariq
2014 年 11 月 11 日
Hi, do u have knowledge of matlabmpi?
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!