Enum SparseCodingAlgorithm
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the algorithm for sparse coding (transform).
public enum SparseCodingAlgorithm
Fields
LASSO = 0LASSO (L1 regularization) using coordinate descent.
OMP = 1Orthogonal Matching Pursuit - greedy selection.