somCluster {DSAM}R Documentation

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)

Arguments

data

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

Value

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


[Package DSAM version 1.0.2 Index]