Table of Contents

Enum SpectralAffinity

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies how to construct the affinity matrix for Spectral Embedding.

public enum SpectralAffinity

Fields

NearestNeighbors = 0

K-nearest neighbors graph.

Precomputed = 2

Use a precomputed affinity matrix.

RBF = 1

Radial Basis Function (Gaussian) kernel.