Description Usage Arguments Value
Repeat knn.from.data multiple times, pick the best neighbors
1 | knn.from.data.reps(d, k, metric.function, subsample.k = 0.5, reps = 2)
|
d |
matrix with data |
k |
integer, number of neighbors |
metric.function |
function that returns a metric distance |
subsample.k |
numeric, used for internal tuning of implementation |
reps |
integer, number of repeats to carry out |
list of same format as knn.from.data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.