Skip to content

Commit

Permalink
replace memberMat with clusterBins
Browse files Browse the repository at this point in the history
  • Loading branch information
calebgeniesse committed Dec 20, 2021
1 parent 6571618 commit f024162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


## Convert to KeplerMapper format
membership = res.memberMat.A
membership = res.clusterBins.A
adjacency = membership @ membership.T
np.fill_diagonal(adjacency, 0)
adjacency = (adjacency > 0).astype(int)
Expand Down

0 comments on commit f024162

Please sign in to comment.