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

Commit

Permalink
Update data_process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
freesinger authored Dec 29, 2018
1 parent 2a0118b commit f9a2247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def CutOff(self, distance, max_id, threshold):

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

0 comments on commit f9a2247

Please sign in to comment.