Description Usage Arguments Value
Each distance metric has its own function for speed/efficiency This takes a sample X feature matrix and returns a matrix of k nearest neighbors. This is the one for Pearson.
1 | calcKNNgraph_pearson(x, k = 1L)
|
x |
An m x n numeric matrix |
k |
The number of nearest neighbors to return per sample |
An m x k matrix of indicies 1...k of the nearest neighbors for the specified row based on Pearson distance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.