Learn R Programming

aweSOM (version 1.3)

somDist: 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)

Value

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

Arguments

som

kohonen object, a SOM created by the som function.