mlxtend
mlxtend copied to clipboard
Implement Sammon Mapping Dimensionality Reduction
Hello! Interested in working on this. Do you have any base implementation/material to refer to?
Nice! Regarding the base material, maybe the best resource would be the original paper:
- http://theoval.cmp.uea.ac.uk/~gcc/matlab/sammon/sammon.pdf
Regarding a Python-based implementation, I found this one:
- https://github.com/tompollard/sammon
For this here, we would aim for a scikit-learn interface similar to principal component analysis etc.
Great! Will have a look.