Enum DictionaryFitAlgorithm
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the algorithm for fitting the dictionary.
public enum DictionaryFitAlgorithm
Fields
CD = 0Coordinate descent - updates atoms one at a time.
LeastSquares = 1Least squares - solves for all atoms simultaneously.