Table of Contents

Enum ICAAlgorithm

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the ICA algorithm type.

public enum ICAAlgorithm

Fields

Deflation = 1

Deflation algorithm - components extracted one at a time.

Parallel = 0

Parallel (symmetric) algorithm - all components extracted simultaneously.