Overview: This module evaluates melody transcription algorithms based on a tolerance parameter. Description Input is a null terminated stream of Signal objects with a "Predominent f0" column, to be used as the ground-truth, and another stream of Signal objects with an "Predominent f0" meta-data to be tested for accuracy. The F-measure of the melody transcriber is returned. Finally, the serialized Signal arrays and the text result files are copied to a directory, specified as a parameter, for McNemar's testing by another module.
Data Handling: The input data is not modified.