497b47ad0cfa285706283f5b0ceba790b623c07e,mir_eval/chord.py,,,#,966
Before Change
return comparison_scores
COMPARATORS = {
// MIREX2013 Methods
"root": compare_root,
"majmin": compare_majmin,
"majmin-inv": compare_majmin_inv,
"sevenths": compare_sevenths,
"sevenths-inv": compare_sevenths_inv,
// Older / Other methods
"mirex09": compare_mirex,
"thirds": compare_thirds,
"thirds-inv": compare_thirds_inv,
"triads": compare_triads,
"triads-inv": compare_triads_inv,
"tetrads": compare_tetrads,
"tetrads-inv": compare_tetrads_inv}
After Change
METRICS["sevenths"] = compare_sevenths
METRICS["sevenths-inv"] = compare_sevenths_inv
// Older / Other methods
METRICS["mirex09"] = compare_mirex
METRICS["thirds"] = compare_thirds
METRICS["thirds-inv"] = compare_thirds_inv
METRICS["triads"] = compare_triads
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: craffel/mir_eval
Commit Name: 497b47ad0cfa285706283f5b0ceba790b623c07e
Time: 2014-04-18
Author: craffel@gmail.com
File Name: mir_eval/chord.py
Class Name:
Method Name:
Project Name: lingpy/lingpy
Commit Name: 2f6cade8fa69cca4d79f18fcdecef3afd28f5302
Time: 2014-02-28
Author: bambooforest@gmail.com
File Name: scripts/spreadsheet/heath2014-wordlist.py
Class Name:
Method Name:
Project Name: erikbern/ann-benchmarks
Commit Name: 406574ef659338accb6a926a097099c1691ef8f3
Time: 2018-03-05
Author: maau@itu.dk
File Name: create_website.py
Class Name:
Method Name: create_plot