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. |
The ExhaustiveParam
constructor will return an instance of the ExhaustiveParam class.
Allison Vuong
(out <- KmknnParam(iter.max=100))