ProjectedPoints2Grid: Transforms ProjectedPoints to a grid

View source: R/ProjectedPoints2Grid.R

ProjectedPoints2GridR Documentation

Transforms ProjectedPoints to a grid

Description

quantized xy cartesianncoordinates of ProjectedPoints

Usage

ProjectedPoints2Grid(ProjectedPoints, Lines, Columns,PlotIt=FALSE, Cls)

Arguments

ProjectedPoints

[1:n,1:2] numeric matrix of cartesian xy coordinates

Lines

double, length of small side of the rectangular grid

Columns

double, length of big side of the rectangular grid

PlotIt

optional, bool, shows the result if TRUE

Cls

[1:n] numeric vector of classes for each projected point

Details

intern function, described in [Thrun, 2018, p.47]

Value

BestMatches[1:n,1:3] columns in order: Key,Lines,Columns

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.

See Also

GeneratePswarmVisualization


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