|
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; }
Public ReadOnly Property DemixingMatrix As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also