could anyone help me to solve the error in the following code.

1 vue (au cours des 30 derniers jours)
jaah navi
jaah navi le 16 Oct 2019
code:
load fisheriris.mat
clust = zeros(size(meas,1),6);
for i=1:6
clust(:,i) = kmeans(meas,i,'emptyaction','singleton',...
'replicate',5);
end
eva = evalclusters(meas,clust,'CalinskiHarabasz')
When i run the code i am getting error stating Error using kmeans
Too many input arguments.Could anyone please help me on this.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by