Expand description
Self-Organizing Map (CI-SKM ch 3) — a topology-preserving projection of a
high-dimensional space onto a 2-D grid of neurons. Nearby inputs map to nearby
grid cells, so it lays out a semantic space for the 10D→5D relevance router
(complementing PCA: SOM preserves neighbourhood topology, not just variance).
Kernel-class AllPairs (the best-matching-unit search). Deterministic per seed.
Structs§
- Som
- A trained self-organizing map: a
grid_w × grid_hlattice ofdim-vectors.