problem about function “evalclusters” function for gap statistic
%% This is an exampler for Clustering evaluation based on gap statistic
YYc=rand(1,100);
evaluation = evalclusters(YYc,"kmeans","gap","KList",2:10,’SearchMethod’,’globalMaxSE’,’B’,40);%% ‘SearchMethod’ — Method for selecting optimal number of clusters, ‘globalMaxSE’ (default) | ‘firstMaxSE’
I find that almost all references take "firstMaxSE" as the serach method . There is little literature being based on "globalMaxSE" . I want to know why the programmer design "’globalMaxSE", and how to find the reference.%% This is an exampler for Clustering evaluation based on gap statistic
YYc=rand(1,100);
evaluation = evalclusters(YYc,"kmeans","gap","KList",2:10,’SearchMethod’,’globalMaxSE’,’B’,40);%% ‘SearchMethod’ — Method for selecting optimal number of clusters, ‘globalMaxSE’ (default) | ‘firstMaxSE’
I find that almost all references take "firstMaxSE" as the serach method . There is little literature being based on "globalMaxSE" . I want to know why the programmer design "’globalMaxSE", and how to find the reference. %% This is an exampler for Clustering evaluation based on gap statistic
YYc=rand(1,100);
evaluation = evalclusters(YYc,"kmeans","gap","KList",2:10,’SearchMethod’,’globalMaxSE’,’B’,40);%% ‘SearchMethod’ — Method for selecting optimal number of clusters, ‘globalMaxSE’ (default) | ‘firstMaxSE’
I find that almost all references take "firstMaxSE" as the serach method . There is little literature being based on "globalMaxSE" . I want to know why the programmer design "’globalMaxSE", and how to find the reference. gap statistic, gapevaluation MATLAB Answers — New Questions