Interface SearchResult

Searh result object.

Hierarchy

  • SearchResult

Properties

Properties

distances: number[]

The disances of the nearest negihbors found, size n*k.

labels: number[]

The labels of the nearest neighbors found, size n*k.

Generated using TypeDoc