Enum SelectionKind
Type of heuristic to select best neighbours for a node.
Namespace: Mars.Common.Collections.KNNGraph
Assembly: Mars.Common.dll
Syntax
public enum SelectionKind
Fields
Name | Description |
---|---|
SelectHeuristic | Marker for the heuristically neighbors selection. Implemented in Mars.Common.Collections.KNNGraph.Selection.HeuristicSelection`2 |
SelectSimple | Marker for the simple neighbors selection. Implemented in Mars.Common.Collections.KNNGraph.Selection.SimpleSelection`2 |