| Package | Description |
|---|---|
| info.debatty.java.graphs |
| Modifier and Type | Method and Description |
|---|---|
static OnlineConfig |
OnlineConfig.getDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.fastAdd(T new_node,
OnlineConfig conf)
Add a node to the online graph, using approximate online graph building
algorithm presented in "Fast Online k-nn Graph Building" by Debatty
et al.
|
void |
Graph.fastRemove(T node_to_remove,
OnlineConfig conf)
Remove a node from the graph (and update the graph) using fast
approximate algorithm.
|
Copyright © 2017. All rights reserved.