VptreeParam: The VptreeParam class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Vptree-class.R

Description

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

Usage

1
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

1
(out <- VptreeParam())

BiocNeighbors documentation built on Dec. 9, 2020, 2:01 a.m.