Changeset 220dcfc for python/aubiocompare-onset
- Timestamp:
- Aug 9, 2005, 3:52:07 AM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 2d04b86
- Parents:
- 2d7b65a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocompare-onset
r2d7b65a r220dcfc 99 99 #print "orig, missed, merged, expc, bad, doubled:" 100 100 if vmode=='verbose': 101 print "orig", orig 102 print "expc", expc 103 print "missed",missed 104 print "merged", merged 105 print "bad", bad 106 print "doubled", doubled 107 print "correct", orig-missed-merged 101 108 print "GD %2.8f\t" % (100*float(orig-missed-merged)/(orig)), 102 109 print "FP %2.8f\t" % (100*float(bad+doubled)/(orig)) ,
Note: See TracChangeset
for help on using the changeset viewer.