Description Usage Arguments Value
export
1 | GetKnnRandomProjection(X, num.tree = 50, K)
|
X |
A data matrix (columns are features and rows are data points) |
num.tree |
The number of trees for random projection |
K |
A integer to specify the number of neighbours in building the Knn graph. Default to K=\log_2(N), where N is the number of data points |
A list containg knn.index, knn.dist, the dimensionality D, and the projected trees: tree.index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.