Delaunay4Points: Adjacency matrix of the delaunay graph for BestMatches of...

View source: R/Delaunay4Points.R

Delaunay4PointsR Documentation

Adjacency matrix of the delaunay graph for BestMatches of Points

Description

Calculates the adjacency matrix of the delaunay graph for BestMatches (BMs) in tiled form if BestMatches are located on a toroid grid

Usage

Delaunay4Points(Points, IsToroid = TRUE,Grid=NULL,PlotIt=FALSE)

Arguments

Points

[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!

IsToroid

OPTIONAL, logical, indicating if BM's are on a toroid grid. Default is True

Grid

OPTIONAL, A vector of length 2, containing the number of lines and columns of the Grid

PlotIt

OPTIONAL, bool, Plots the graph

Details

as

Value

Delaunay[1:n,1:n] adjacency matrix of the Delaunay-Graph

Author(s)

Michael Thrun

References

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


Mthrun/ProjectionBasedClustering documentation built on June 12, 2022, 1:12 p.m.