フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how grouping of users can be done in this special case

2 ビュー (過去 30 日間)
sara alaraby
sara alaraby 2019 年 2 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have number of users =15
the distance between each user is d(i,j)=matrix (15*15)
i need to divide users into 5 groups where
1-each group consists of 3 users & useres not repeated
2-i will start from user 1 then select the farthest user from it
ex( user 1 & 9) then i need to select the third user where the third one is on the middle distance between the selected users before (1,9)
and so on

回答 (1 件)

Image Analyst
Image Analyst 2019 年 3 月 14 日
Try kmeans() in the stats toolbox.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by