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