Enum ICAAlgorithm
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the ICA algorithm type.
public enum ICAAlgorithm
Fields
Deflation = 1Deflation algorithm - components extracted one at a time.
Parallel = 0Parallel (symmetric) algorithm - all components extracted simultaneously.