C++ library to apply similarity measures and classifications on the results of audio analysis, including Python bindings. Together with Essentia it can be used to compute high-level descriptions of music.
There is this parameter classifierType which is used to distinguish between the type of classifier, but we only have svm in gaia. We should remove this parameter unless we absolutely know that we're going to add more classifiers.
https://github.com/MTG/gaia/blob/ec8afc589d7d70b84450ba1a400da7bd684808da/src/bindings/pygaia/scripts/classification/get_classification_results.py#L29
There is this parameter
classifierType
which is used to distinguish between the type of classifier, but we only have svm in gaia. We should remove this parameter unless we absolutely know that we're going to add more classifiers.