| Package | Description |
|---|---|
| info.debatty.java.graphs |
| Modifier and Type | Method and Description |
|---|---|
FastSearchResult |
Graph.fastSearch(T query)
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
|
FastSearchResult |
Graph.fastSearch(T query,
FastSearchConfig conf)
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
|
FastSearchResult |
Graph.fastSearch(T query,
FastSearchConfig conf,
T start)
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastSearchResult.add(FastSearchResult<T> other)
Append the result contained in the other result to this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastSearchResult.addAll(List<FastSearchResult<T>> others)
Append all other results to this object.
|
Copyright © 2017. All rights reserved.