Skip to content

Commit

Permalink
📝 clusim integration
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed May 14, 2024
1 parent f7a3432 commit bb8b016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cdlib/evaluation/comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from cdlib.evaluation.internal.omega import Omega
from cdlib.evaluation.internal.NF1 import NF1
from collections import namedtuple, defaultdict
from clusim.clustering import Clustering

try:
import clusim.sim as sim
from clusim.clustering import Clustering
except ImportError:
sim = None

Expand Down
1 change: 0 additions & 1 deletion docs/reference/evaluation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ It is often useful to compare different graph partition to assess their resembla
mi
rmi
normalized_mutual_information
normalized_mutual_information_avg
overlapping_normalized_mutual_information_LFK
overlapping_normalized_mutual_information_MGH
variation_of_information
Expand Down

0 comments on commit bb8b016

Please sign in to comment.