Sammon mapping

Sammon mapping is a way of projecting multi-dimensional data to a lower dimensional space. The idea behind Sammon mapping is to create a projection in which distances between points are kept the same as in the higher-dimensional space. This is probably going to be the most complicated program we have explored in this book.

We will use information from the previous chapters. For example, we will use the optimization routines we explored in the chapter dedicated to the Breeze numerical computing library. Sammon mapping was proposed by John W. Sammon in 1968 with regard to data structure analysis. It is particularly suited for exploratory data analysis, since it maintains (or aims to maintain) the structure of the data after projecting ...

Get Scientific Computing with Scala now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.