knnDS | R Documentation |
Compute K-Nearest Neighbours of a query vector
knnDS(x, neigh, classificator_name, method.indicator, k, noise, ...)
x |
|
neigh |
|
classificator_name |
|
method.indicator |
|
k |
|
noise |
|
... |
|
list
with:
-distance numeric
: Distances of the queried vector to the anonimized dataset
-classification character
: Clasification tag of the queried vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.