best mining algorithm to cluster the follwoing dataset in matlab
Show older comments
i have excel table contain data-set , the follwoing example explain portion of my table
in my data set i have 100 folder and these folder contain some content suppose i consider only image files , i need to cluster this folders based on those images and the number of cluster each time differ when execute the code , as follow
folder1 folder2 folder3 folder4 folder5 .......... folder100
car 1 1 0 0 0 0
orange 0 0 1 1 0 0
apple 0 0 1 1 0 0
vehicle 1 1 0 0 0 0
flight 1 0 0 1 1 0
airplan 1 0 0 1 0 0
bicycle 1 1 0 0 0 0
motor 1 1 0 0 0 0
grapes 0 0 1 0 0 0
...
the tested images are 20 for example and usr can add or changed nd every time this table content are changed but for this result hope to get clusters as follow :
cluster1( motors) include ( folder 1 , folder2 , ...etc )
cluster2( fruite) include ( folder3 , folder4 , ... etc )
and so on ,... etc
what are the best mining algorithm to find clusters at each execution time , consider number of cluster each time differ.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!