urinieto/msaf

map algorithm names to their paper

beantowel opened this issue · 3 comments

in the paper "SYSTEMATIC EXPLORATION OF COMPUTATIONAL MUSICSTRUCTURE RESEARCH", we got these algorithms

  • 2D-Fourier Magnitude Coeffs
  • Checkerboard Kernel
  • Constrained Cluster
  • Convex NMF
  • Laplacian Segmentation
  • Ordinal LDA
  • Shift Invariant PLCA
  • Structural Features

from the package, we can see algorithm names:

  • scluster
  • sf
  • olda
  • cnmf
  • vmo
  • foote
    I can identify some of them, like 'sf' means 'structural features', but i see some of the algorithms mentioned in the paper is missing? And we got extra algorithms in the package. Anyway, is there a mapping from the short algorithm names to their references?

You can find the "mapping" if you click on each of the Segmenters in the algorithm part of the main documentation:
https://pythonhosted.org/msaf/algorithms.html

I probably should add a more explicit mapping in the documentation...

thanks! By the way documents on readthedocs seemes to be empty on the 'algorithms' page, some search engine(bing) put that on the first result...

Ugh, I should update the readthedocs manual, since pythonhosted is deprecated in favor of readthedocs. In any case, not sure why readthedocs didn't pick up those links (they should be automatically generated...)