Description Usage Arguments Details Value Examples
View source: R/Exhaustive-class.R
A class to hold the data for exact nearest neighbor identification.
1 | ExhaustiveIndex(data, NAMES = NULL, distance = "Euclidean")
|
data |
A numeric matrix with data points in columns and dimensions in rows. |
NAMES |
A character vector of sample names or |
distance |
A string specifying the distance metric to use. |
Users should never need to call the constructor explicitly, but should generate
instances of ExhaustiveIndex classes with buildExhaustive
.
An ExhaustiveIndex object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.