NonNegativeMatrixFactorization<T>.LeftFactor Property

Gets the left component of the factorization.

Definition

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

Property Value

DenseMatrix<T>

See Also