ExhaustiveParam {BiocNeighbors}R 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

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

Author(s)

Allison Vuong

See Also

buildExhaustive

Examples

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


[Package BiocNeighbors version 1.8.2 Index]