NonNegativeMatrixFactorization<T>.LeftFactor Property

Gets the left component of the factorization.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseMatrix<T> LeftFactor { get; }

Property Value

DenseMatrix<T>

See Also