Seeded

open class Seeded(entryPoints: DocIdSetIterator?, numberOfEntryPoints: Int, originalStrategy: KnnSearchStrategy) : KnnSearchStrategy

A strategy for kNN search that uses a set of entry points to start the search

Constructors

Link copied to clipboard
constructor(entryPoints: DocIdSetIterator?, numberOfEntryPoints: Int, originalStrategy: KnnSearchStrategy)

Functions

Link copied to clipboard

Iterator of valid entry points for the kNN search

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean

Override and implement search strategy instance equivalence properly in a subclass.

Link copied to clipboard
open override fun hashCode(): Int

Override and implement search strategy hash code properly in a subclass.

Link copied to clipboard

Number of valid entry points for the kNN search

Link copied to clipboard

Original strategy to use after seeding