Evaluation¶
This module evaluates music generation systems.
Music Generation¶
This module contains the implementation of the paper:
[1] Yang, L. C., & Lerch, A. (2020). On the evaluation of generative models in music. Neural Computing and Applications, 32(9), 4773-4784. https://doi.org/10.1007/s00521-018-3849-7
|
An enumeration. |
|
An enumeration. |
|
|
|
|
|
Computes the features used to evaluate music. |
|
Computes the pair-wise cross-validation with Euclidean distance of the features extracted from a dataset which are stored in a dict. |
|
Plots the measure histogram of the input distances datasets (args). |
|
|
|
|
|
Computes the KLD and OA of all the features in the input dicts and build a dict with the reults. |
|
|
|
Plots the distances distributions of the input features as a violin plot as the Fig. |