Interface | Description |
---|---|
AsyncResult<T> |
Result handler for long running asynchronous calculations where partial return values are provided.
|
KnnResults |
Results of at most K nearest neighbors calculations.
|
LinearHistogram |
Histogram representation.
|
NnResults |
Nearest neighbor (most similars) search result.
|
SimilarityResult |
SimilarityResult is a simple wrapper for a single structure in a similarity query based result. |
SimilarityResults |
Results of similarity calculations.
|