- fastAdd(T) - Method in class info.debatty.java.graphs.Graph
-
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.
- fastAdd(T, double) - Method in class info.debatty.java.graphs.Graph
-
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.
- fastAdd(T, double, int, double) - Method in class info.debatty.java.graphs.Graph
-
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.
- fastAdd(T, double, int, double, int, StatisticsContainer) - Method in class info.debatty.java.graphs.Graph
-
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.
- fastRemove(T) - Method in class info.debatty.java.graphs.Graph
-
Remove a node from the graph (and update the graph) using fast
approximate algorithm.
- fastRemove(T, int, StatisticsContainer) - Method in class info.debatty.java.graphs.Graph
-
Remove a node from the graph (and update the graph) using fast
approximate algorithm.
- fastSearch(T, int) - Method in class info.debatty.java.graphs.Graph
-
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
- fastSearch(T, int, double) - Method in class info.debatty.java.graphs.Graph
-
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
- fastSearch(T, int, double, int, double) - Method in class info.debatty.java.graphs.Graph
-
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
- fastSearch(T, int, double, int, double, StatisticsContainer) - Method in class info.debatty.java.graphs.Graph
-
Approximate fast graph based search, as published in "Fast Online k-nn
Graph Building" by Debatty et al.
- findNeighbors(LinkedList<T>, int) - Method in class info.debatty.java.graphs.Graph
-
Recursively search neighbors of neighbors, up to a given depth.
- first() - Method in class info.debatty.java.graphs.Graph
-
Get the first node in the graph.