Description Usage Arguments Value Author(s) Examples
the relative neighborhood graph (RNG) is an undirected graph defined on a set of points in the Euclidean plane by connecting two points p and q by an edge whenever there does not exist a third point r that is closer to both p and q than they are to each other
1 |
dx |
: matrix that express the similarity or distance between elements i and j |
names |
: the names of vertex in the new graph |
similarity |
: if TRUE then dx is a similarity matrix else it is a distance matrix |
returns the relative neighborhood graph (RNG) defined over the similarity/Distance matrix dx
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.