Learn R Programming

DSAM (version 1.0.2)

somCluster: Self-organized map clustering

Description

Built-in function: This function performs clustering for a given dataset by calling the [kohonen]{som} function from a “kohonen” package.

Usage

somCluster(data)

Value

Return a data list of clustering neurons in the SOM network.

Arguments

data

The dataset in matrix or data.frame, containing only input and output vectors, but with no subscript vector.