buildSNN | R Documentation |
Build SNN matrix
buildSNN(data.use, k = 10, k.scale = 10, prune.SNN = 1/15)
data.use |
Features x samples matrix to use to build the SNN |
k |
Defines k for the k-nearest neighbor algorithm |
k.scale |
Granularity option for k.param |
prune.SNN |
Sets the cutoff for acceptable Jaccard distances when computing the neighborhood overlap for the SNN construction. |
Returns similarity matrix in sparse matrix format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.