Delta3DWeightsC | R Documentation |
Thr implementation of the main formula of SOM, ESOM, sESOM algorithms.
Delta3DWeightsC(vx,Datasample)
vx |
Numeric array of weights [1:Lines,1:Columns,1:Weights] |
Datasample |
Numeric vector of one datapoint[1:n] |
intern function in case of ComputeInR==FALSE
in GeneralizedUmatrix
modified array of weights [1:Lines,1:Columns,1:Weights]
Michael Thrun
[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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.