ustarmatrixCalc: ustarmatrixCalc

View source: R/ustarmatrixCalc.R

ustarmatrixCalcR Documentation

ustarmatrixCalc

Description

The UStarMatrix is a combination of the Umatrix (average distance to neighbours) and Pmatrix (density in a point). It can be used to improve the Umatrix, if the dataset contains density based structures.

Arguments

Umatrix

A given Umatrix

Pmatrix

A density matrix

Value

UStarMatrix

References

Ultsch, A. U* C: Self-organized Clustering with Emergent Feature Maps. in Lernen, Wissensentdeckung und Adaptivitaet (LWA). 2005. Saarbruecken, Germany.

Examples

data("Hepta")
e = esomTrain(Hepta$Data, Key = 1:nrow(Hepta$Data))
Pmatrix = pmatrixForEsom(Hepta$Data,
                         e$Weights,
                         e$Lines,
                         e$Columns,
                          e$Toroid)
Ustarmatrix = ustarmatrixCalc(e$Umatrix, Pmatrix)
plotMatrix(Ustarmatrix, e$BestMatches)

Umatrix documentation built on Nov. 25, 2023, 5:08 p.m.