VptreeParam {BiocNeighbors} | R Documentation |
A class to hold parameters for the VP tree algorithm for exact nearest neighbor identification.
VptreeParam(distance="Euclidean")
distance |
A string specifying the distance metric to use. |
The VptreeParam
constructor will return an instance of the VptreeParam class.
Aaron Lun
(out <- VptreeParam())