Multidimensional Scaling (MDS) Basic Tutorial, Introduction

A very pleasant and quick introduction to Multidimensional(MDS) scaling can be found at

http://homepages.uni-tuebingen.de/florian.wickelmaier/pubs/Wickelmaier2003SQRU.pdf

http://www.tonycoxon.com/KUB/mds_menu.htm

No comments:

Post a Comment

Python contextlib for Timing Python code

If you've ever found yourself needing to measure the execution time of specific portions of your Python code, the `contextlib` module o...