summaryrefslogtreecommitdiff
path: root/Code/overlap.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/overlap.py')
-rw-r--r--Code/overlap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/overlap.py b/Code/overlap.py
index 2630b23..aabf592 100644
--- a/Code/overlap.py
+++ b/Code/overlap.py
@@ -70,7 +70,7 @@ if __name__ == '__main__':
f.close()
overlap = Overlap(BrainEdges_dict, 3, AtRegNet_dict, 0)
- print('TP:%d, PP:%d, Hit rate: %4.7f whiling comparing with AtRegNet.20210208.csv.' % (overlap.getTP(), overlap.getNumberOfPositivesInPred(), overlap.getTP()/overlap.getNumberOfPositivesInPred()))
+ print('TP:%d, PP:%d, Hit rate: %4.7f while comparing with AtRegNet.20210208.csv.' % (overlap.getTP(), overlap.getNumberOfPositivesInPred(), overlap.getTP()/overlap.getNumberOfPositivesInPred()))