You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function [avgnmi,stdnmi] = multiple_similarity2(memberships)
%MULTIPLE_SIMILARITY Returns the average normalized mutual information and the standard deviation of a memberships matrix, where the nodes memberships of different repetition of a method are the rows
% Inputs: memberships a [nreps x nnodes] matrix of integers.
% Outputs: avgnmi is the average nmi between every pair of distinct partitions
% std is the standard deviation of nmi between every pair of distinct partitions
%
% CommunityAlg toolbox: a toolbox for community detection utilities in Matlab/Octave
% Carlo Nicolini, Istituto Italiano Di Tecnologia (2016)