huhao

Results 3 comments of huhao

I have same question. Anybody know why???

Here is my code, it may work for you: import math import numpy as np def calc_overlap_nmi(num_vertices, result_comm_list, ground_truth_comm_list): return OverlapNMI(num_vertices, result_comm_list, ground_truth_comm_list).calculate_overlap_nmi() class OverlapNMI: def __init__(self, num_vertices, result_comm_list, ground_truth_comm_list):...

any one know how to do that?