makeKNNgraph
Create a K-nearest neighbor graph from data x. Uses
nn2
as a fast way to find the neares neighbors.
makeKNNgraph(x, k, eps = 0, diag = FALSE)
x |
data, a matrix, observations in rows, dimensions in columns |
k |
the number of nearest neighbors. |
eps |
number, if |
diag |
logical, if |
an object of type igraph
with edge
weight being the distances.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.