Community Profile

photo

Emanuele Gandolfi


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


A problem with K-means Clustering
X = rand(1482,74); nCluster = 12; [idx,sumd] = kmeans(X,2); %% for pp = 3 : nCluster [~, index_max_cluster] = max...

2 years ago | 1 answer | 0

1

answer

Question


use a custom distance with the kmeans
Hello everyone. I'm not very good with matlab so I ask you for help. For a university project I need to be able to group users...

2 years ago | 3 answers | 0

3

answers