Table of Contents

Enum LLEMethod

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the LLE algorithm variant.

public enum LLEMethod

Fields

HLLE = 2

Hessian Locally Linear Embedding.

LTSA = 3

Local Tangent Space Alignment.

Modified = 1

Modified LLE with multiple weight vectors.

Standard = 0

Standard LLE algorithm.