ExhaustiveIndex {BiocNeighbors} | R Documentation |
A class to hold the data for exact nearest neighbor identification.
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.
example(buildExhaustive)