ExhaustiveParam: The ExhaustiveParam class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Exhaustive-class.R

Description

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

Usage

1
ExhaustiveParam(distance = "Euclidean")

Arguments

distance

A string specifying the distance metric to use.

Value

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

Author(s)

Allison Vuong

See Also

buildExhaustive

Examples

1
(out <- KmknnParam(iter.max=100))

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