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)