Click or drag to resize
Accord.NET (logo)

IndependentComponentAnalysisMixingMatrix Property

Gets a matrix containing the mixing 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[][] MixingMatrix { get; }
Request Example View Source

Property Value

Type: Double
See Also