Find features most associated with cluster membership
Arguments
- loadings
An
n
byk
matrix of weights that indicates how important that ith user is to the jth cluster, i.e., theZ
orY
matrix calculated byvsp()
.- features
An
n
byd
matrix of features measured for each node in the network.- num_best
An integer indicating how many of the top features for differentiating between loadings you want.
Details
See vignette("bff")
.