| Package | Description |
|---|---|
| info.debatty.java.graphs |
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineConfig |
| Modifier and Type | Method and Description |
|---|---|
static FastSearchConfig |
FastSearchConfig.getDefault()
Get an instance of default search parameters.
|
static FastSearchConfig |
FastSearchConfig.getNaive()
Get a configuration to perform naive search: expansion and long jumps
are disabled, algorithm will stop and return at partition boundary.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All rights reserved.