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!