Enum SpectralAffinity
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies how to construct the affinity matrix for Spectral Embedding.
public enum SpectralAffinity
Fields
NearestNeighbors = 0K-nearest neighbors graph.
Precomputed = 2Use a precomputed affinity matrix.
RBF = 1Radial Basis Function (Gaussian) kernel.