Table of Contents

Enum MDSType

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the type of MDS algorithm.

public enum MDSType

Fields

Classical = 0

Classical MDS using eigendecomposition.

NonMetric = 1

Non-metric MDS using SMACOF algorithm.