Calculates the adjacency matrix of the delaunay graph for BestMatches (BMs) in tiled form if BestMatches are located on a toroid grid
Delaunay4Points(Points, IsToroid = TRUE,Grid=NULL,PlotIt=FALSE)
[1:n,1:3] matrix containing the BMKey, X and Y coordinates of the n, BestMatches NEED NOT BE UNIQUE, however, there is an edge in the Deaunay between duplicate points!
OPTIONAL, logical, indicating if BM's are on a toroid grid. Default is True
OPTIONAL, A vector of length 2, containing the number of lines and columns of the Grid
OPTIONAL, bool, Plots the graph
Delaunay[1:n,1:n] adjacency matrix of the Delaunay-Graph
as
[Thrun, 2017] Thrun, M. C.: A System for Projection Based Clustering through Self-Organization and Swarm Intelligence, (Doctoral dissertation), Philipps-Universit<U+00E4>t Marburg, Marburg, 2017.