Delta3DWeightsC: Intern function

View source: R/RcppExports.R

Delta3DWeightsCR Documentation

Intern function

Description

Implementation of the main equation for SOM, ESOM or the sESOM algorithms

Usage

Delta3DWeightsC(vx,Datasample)

Arguments

vx

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

Datasample

NumericVector of one Datapoint[1:n]

Details

intern function in case of ComputeInR==FALSE in GeneratePswarmVisualization, see chapter 5.3 of [Thrun, 2018] for generalized Umatrix and especially the sESOM4BMUs algorithm.

Value

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

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, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-3-658-20540-9")}, 2018.


Mthrun/DatabionicSwarm documentation built on Nov. 2, 2023, 6:51 a.m.