- get(Node) - Method in class info.debatty.java.graphs.Graph
-
Get the neighborlist of this node.
- getAttribute(String) - Method in class info.debatty.java.graphs.Neighbor
-
Returns the value of this attribute, or null if this neighbor has no such
attribute
- getAttribute(String) - Method in class info.debatty.java.graphs.Node
-
- getC() - Method in class info.debatty.java.graphs.build.NNDescent
-
Get the number of edges modified at the last iteration
- getCallback() - Method in class info.debatty.java.graphs.build.GraphBuilder
-
- getComputedSimilarities() - Method in class info.debatty.java.graphs.build.GraphBuilder
-
- getDelta() - Method in class info.debatty.java.graphs.build.NNDescent
-
- getHashMap() - Method in class info.debatty.java.graphs.Graph
-
Get the underlying hash map that stores the nodes and associated
neighborlists.
- getInternalBuilder() - Method in class info.debatty.java.graphs.build.PartitioningGraphBuilder
-
- getIterations() - Method in class info.debatty.java.graphs.build.NNDescent
-
Get the number of executed iterations
- getK() - Method in class info.debatty.java.graphs.build.GraphBuilder
-
- getK() - Method in class info.debatty.java.graphs.Graph
-
Get k (the number of edges per node).
- getLargestDistance() - Method in class info.debatty.java.graphs.Dijkstra
-
Return the distance (measured as the number of hops) to the most distant
node.
- getMaxIterations() - Method in class info.debatty.java.graphs.build.NNDescent
-
- getNodes() - Method in class info.debatty.java.graphs.Graph
-
- getNPartitions() - Method in class info.debatty.java.graphs.build.PartitioningGraphBuilder
-
Default = 4
- getOversampling() - Method in class info.debatty.java.graphs.build.PartitioningGraphBuilder
-
- getPath(Node) - Method in class info.debatty.java.graphs.Dijkstra
-
Return the path from the source to the selected target.
- getRho() - Method in class info.debatty.java.graphs.build.NNDescent
-
- getSimilarity() - Method in class info.debatty.java.graphs.build.GraphBuilder
-
- getSimilarity() - Method in class info.debatty.java.graphs.Graph
-
Get the similarity measure.
- Graph<T> - Class in info.debatty.java.graphs
-
k-nn graph, represented as a mapping node => neighborlist.
- Graph(int) - Constructor for class info.debatty.java.graphs.Graph
-
Initialize an empty graph, and set k (number of edges per node).
- Graph() - Constructor for class info.debatty.java.graphs.Graph
-
Initialize an empty graph with k = 10.
- GraphBuilder<T> - Class in info.debatty.java.graphs.build
-
- GraphBuilder() - Constructor for class info.debatty.java.graphs.build.GraphBuilder
-