Enum MDSType
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the type of MDS algorithm.
public enum MDSType
Fields
Classical = 0Classical MDS using eigendecomposition.
NonMetric = 1Non-metric MDS using SMACOF algorithm.