Click or drag to resize
Accord.NET (logo)

IndependentComponentAnalysisDemixingMatrix Property

Gets a matrix containing the demixing coefficients for the original source data being analyzed. Each column corresponds to an independent component.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] DemixingMatrix { get; }
Request Example View Source

Property Value

Type: Double
See Also