|
IndependentComponentAlgorithm Enumeration
|
FastICA's algorithms to be used in Independent Component Analysis.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public enum IndependentComponentAlgorithm
Public Enumeration IndependentComponentAlgorithm
Members
| Member name | Value | Description |
---|
| Deflation | 0 |
Deflation algorithm.
|
| Parallel | 1 |
Symmetric parallel algorithm (default).
|
See Also