Closed mistel1225 closed 2 years ago
Fix the bug report #58 Since the pairwise_distances() will return a matrix which diagonal is filled with 0 So the equation will be 1 - pairwise_distances - diagonal_ones
1 - pairwise_distances - diagonal_ones
Looks fine to me. Thanks again!
Fix the bug report #58 Since the pairwise_distances() will return a matrix which diagonal is filled with 0 So the equation will be
1 - pairwise_distances - diagonal_ones