Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 883 Bytes

somsphere

(Self Organizing Maps in spherical coordinates)

Just the piece (SOMZ) of code taken from MLZ to create Self Organizing Maps in different topologies (spherical, rectangular and hexagonal coordinates).

See Documentation here

Paper Reference where this is introduced and used here

Installation

pip install git+https://github.com/mgckind/somsphere.git

It supports python2 and python3

Requirements

Beside standard libraries (numpy, matplotlib, scipy) to run in spherical coordinates it also needs healpy, a library to deal with spherical coordinates and spherical tesellations.

Examples

See here