Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • raymond
2 results

scoreClusteringMode.m

  • randomIDX.m 82 B
    function idx=randomIDX(N,K)
    idx=randperm(N);
    idx=mod(idx,K)+1;
    % x=hist(idx,[1:K])