Table of Contents

Enum LaplacianAffinityType

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the affinity type for Laplacian Eigenmaps.

public enum LaplacianAffinityType

Fields

NearestNeighbors = 0

Binary connectivity based on k-nearest neighbors.

RBF = 2

Full RBF (Gaussian) kernel on all pairs.

RBFNeighbors = 1

RBF (Gaussian) kernel weights on k-nearest neighbor graph.