getMembership {ScorePlus}R Documentation

calculated the membership of each node given ratio matrix and community centers

Description

calculated the membership of each node given ratio matrix and community centers

Usage

getMembership(R, vertices, K, eig.values, eig.vectors)

Arguments

R

n-by-(K-1) ratio matrix

vertices

K-by-(K-1) community centers

K

number of communities.

eig.values

eigenvalues of adjacency matrix.

eig.vectors

eigenvectors of adjacency matrix.

Value

n-by-K membership matrix


[Package ScorePlus version 0.1 Index]