Enum LaplacianAffinityType
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the affinity type for Laplacian Eigenmaps.
public enum LaplacianAffinityType
Fields
NearestNeighbors = 0Binary connectivity based on k-nearest neighbors.
RBF = 2Full RBF (Gaussian) kernel on all pairs.
RBFNeighbors = 1RBF (Gaussian) kernel weights on k-nearest neighbor graph.