Type of heuristic to select best neighbours for a node.
NeighbourSelectionHeuristic
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.KNearNeighbors.HNSW.NeighbourSelectionHeuristic
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| SelectSimple | 2 | Marker for the Algorithm 3 (SELECT-NEIGHBORS-SIMPLE) from the article. |
| SelectHeuristic | 2 | Marker for the Algorithm 4 (SELECT-NEIGHBORS-HEURISTIC) from the article. |
03 Members
SelectSimple
Marker for the Algorithm 3 (SELECT-NEIGHBORS-SIMPLE) from the article. Implemented in NodeAlg3
SelectHeuristic
Marker for the Algorithm 4 (SELECT-NEIGHBORS-HEURISTIC) from the article. Implemented in NodeAlg4
SelectSimple
SelectHeuristic