ExhaustiveIndex: The ExhaustiveIndex class

Description Usage Arguments Details Value Examples

View source: R/Exhaustive-class.R

Description

A class to hold the data for exact nearest neighbor identification.

Usage

1
ExhaustiveIndex(data, NAMES = NULL, distance = "Euclidean")

Arguments

data

A numeric matrix with data points in columns and dimensions in rows.

NAMES

A character vector of sample names or NULL.

distance

A string specifying the distance metric to use.

Details

Users should never need to call the constructor explicitly, but should generate instances of ExhaustiveIndex classes with buildExhaustive.

Value

An ExhaustiveIndex object.

Examples

1

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