Class | Description |
---|---|
Brute<t> | |
GraphBuilder<t> | |
NNCTPH |
Builds the k-nn graph by partitioning the graph using Context Triggered
Piecewize Hashing.
|
NNDescent<T> |
Implementation of NN-Descent k-nn graph building algorithm.
|
PartitioningGraphBuilder<T> |
Abstract class for graph building algorithms that split the dataset into
partitions (for example using LSH).
|
ThreadedNNDescent<T> |
Copyright © 2015. All rights reserved.