diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-09 12:35:46 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-09 12:35:46 +0800 |
commit | a91485db0f1462c42a20cb9176867341a9c53f80 (patch) | |
tree | 4d6b380b15b50f8eef1f47120501dbc0034b4423 /Code/overlap.py | |
parent | e825bd861871bc5e044ee4ac8cf3ce9b355c4cd2 (diff) |
overlap.py: while.
Diffstat (limited to 'Code/overlap.py')
-rw-r--r-- | Code/overlap.py | 2 |
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()))
|