VptreeParam {BiocNeighbors}R Documentation

The VptreeParam class

Description

A class to hold parameters for the VP tree algorithm for exact nearest neighbor identification.

Usage

VptreeParam(distance="Euclidean")

Arguments

distance

A string specifying the distance metric to use.

Value

The VptreeParam constructor will return an instance of the VptreeParam class.

Author(s)

Aaron Lun

See Also

buildVptree

Examples

(out <- VptreeParam())

[Package BiocNeighbors version 1.4.2 Index]