Enum LLEMethod
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the LLE algorithm variant.
public enum LLEMethod
Fields
HLLE = 2Hessian Locally Linear Embedding.
LTSA = 3Local Tangent Space Alignment.
Modified = 1Modified LLE with multiple weight vectors.
Standard = 0Standard LLE algorithm.