ExhaustiveParam {BiocNeighbors} | R Documentation |
A class to hold parameters for the exhaustive algorithm for exact nearest neighbor identification.
ExhaustiveParam(distance = "Euclidean")
distance |
A string specifying the distance metric to use. |
An instance of the ExhaustiveParam class.
Allison Vuong
buildExhaustive
, for the index construction.
findExhaustive
and related functions, for the actual search.
BiocNeighborParam, for the parent class and its available methods.
(out <- ExhaustiveParam())