Skip to main content
. 2020 Apr 29;7:100902. doi: 10.1016/j.mex.2020.100902
%% clustering based on degree correlation Country
CK=1-L_sim; %L_sim contains the similarity measures of the M documents, so it is an M x M matrix.
ZCK = linkage(CK,'complete');
figure (3)
[H,T,outperm_ck]= dendrogram(ZCK,0,'Orientation','left','Labels',listcountries);