kneighbors_graph: k neighbors graph

Description Usage Arguments Value See Also Examples

View source: R/affinity.R

Description

k neighbors graph

Usage

1
kneighbors_graph(X, n_neighbors = 10)

Arguments

X

data

n_neighbors

num of neighbors

Value

connectivity

See Also

pairwise_kernels

Examples

1
kneighbors_graph(t(t(c(0,3,1))),2)

arthans/SpectralClustering documentation built on Dec. 19, 2021, 4:41 a.m.