Table of Contents

Enum IsomapNeighborAlgorithm

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the neighbor search algorithm for Isomap.

public enum IsomapNeighborAlgorithm

Fields

Auto = 0

Automatically choose the best algorithm.

BruteForce = 1

Brute force search (O(n²)).

KDTree = 2

KD-tree for efficient neighbor search.