Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 042a215

Browse files
committed
2 parents 6c61d6a + f9a2247 commit 042a215

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data_process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def CutOff(self, distance, max_id, threshold):
8484

8585
def Guasse(self, distance, max_id, threshold):
8686
'''
87-
:rtype: dict with Gaussian kernel values by desc
87+
:rtype: list with Gaussian kernel values by desc
8888
'''
8989
guasse = dict()
9090
for i in range(1, max_id + 1):
@@ -151,4 +151,4 @@ def show_pair_info(self, pair, threshold):
151151
plt.ylabel(r'$\delta$')
152152
plt.title(r'$d_c=$' + str(threshold))
153153
plt.savefig('./images/Decision Graph Cutoff.png')
154-
plt.close()
154+
plt.close()

0 commit comments

Comments
 (0)