HELP: Hierarchical clustering with data matrix
1 次查看(过去 30 天)
显示 更早的评论
how i can do a hierarchical clustering where all data are matrix? I give an example:
a= [1 1 1 1; 1 1 1 1; 1 1 1 1] b= [ 1 1 1 1; 1 1 1 1; 1 1 1 1] c= [ 1 1 1 1; 1 1 1 1; 1 1 1 1] d= [ 1 1 1 1; 1 1 1 1; 1 1 1 1]
how i can do a Hierarchical clustering and dendrogram that give me 4 nodes, where each node it's a matrix? (a,b,c,ecc)
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!