somDist: Distance measures on a SOM

View source: R/train.R

somDistR Documentation

Distance measures on a SOM

Description

Several distance measures between cells or prototypes of a trained SOM (in grid space, in data space).

Usage

somDist(som)

Arguments

som

kohonen object, a SOM created by the som function.

Value

A list with distance measures: between cells on the grid, between prototypes in data space, and the neighborhood matrix on the grid.


aweSOM documentation built on Aug. 30, 2022, 5:05 p.m.