Description Usage Arguments Value Author(s) Examples
k-nearest neighbor graph defined over the similarity or distance matrix
1 |
dx |
: matrix that express the similarity or distance between elemenst i and j |
k |
: integer the number of neighbors. |
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 Knn_graph 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.