Click or drag to resize
Accord.NET (logo)

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
Members
  Member nameValueDescription
Deflation0 Deflation algorithm.
Parallel1 Symmetric parallel algorithm (default).
See Also