Description Usage Arguments Value Author(s) See Also Examples
View source: R/Exhaustive-class.R
A class to hold parameters for the exhaustive algorithm for exact nearest neighbor identification.
1 | ExhaustiveParam(distance = "Euclidean")
|
distance |
A string specifying the distance metric to use. |
The ExhaustiveParam
constructor will return an instance of the ExhaustiveParam class.
Allison Vuong
1 | (out <- KmknnParam(iter.max=100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.