Delta3DWeightsC {GeneralizedUmatrix}R Documentation

intern function

Description

Thr implementation of the main formula of SOM, ESOM, sESOM algorithms.

Usage

Delta3DWeightsC(vx,Datasample)

Arguments

vx

Numeric array of weights [1:Lines,1:Columns,1:Weights]

Datasample

Numeric vector of one datapoint[1:n]

Details

intern function in case of ComputeInR==FALSE in GeneralizedUmatrix

Value

modified array of weights [1:Lines,1:Columns,1:Weights]

Author(s)

Michael Thrun

References

[Thrun, 2018] Thrun, M. C.: Projection Based Clustering through Self-Organization and Swarm Intelligence, doctoral dissertation 2017, Springer, Heidelberg, ISBN: 978-3-658-20539-3, doi:10.1007/978-3-658-20540-9, 2018.


[Package GeneralizedUmatrix version 1.2.6 Index]