FactorizationByFastIndependentComponentAnalysisFactorize Method |
Factorizes the input matrix X into a product of two matrices with the specified rank.
Namespace: Altaxo.Calc.LinearAlgebra.Double.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
Remarks
This implementation centers the input matrix X in-place.
The returned factors therefore satisfy X_centered ≈ W * H.
See Also