Enum IsomapNeighborAlgorithm
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the neighbor search algorithm for Isomap.
public enum IsomapNeighborAlgorithm
Fields
Auto = 0Automatically choose the best algorithm.
BruteForce = 1Brute force search (O(n²)).
KDTree = 2KD-tree for efficient neighbor search.