ExhaustiveParam: The ExhaustiveParam class

View source: R/ExhaustiveParam-class.R

ExhaustiveParamR Documentation

The ExhaustiveParam class

Description

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

Usage

ExhaustiveParam(distance = "Euclidean")

Arguments

distance

A string specifying the distance metric to use.

Value

An instance of the ExhaustiveParam class.

Author(s)

Allison Vuong

See Also

buildExhaustive, for the index construction.

findExhaustive and related functions, for the actual search.

BiocNeighborParam, for the parent class and its available methods.

Examples

(out <- ExhaustiveParam())


LTLA/BiocNeighbors documentation built on Jan. 14, 2024, 9:46 p.m.