MatrixFactorizationModelParameters.LeftFactorMatrix Property

Definition

Left approximation matrix

public System.Collections.Generic.IReadOnlyList<float> LeftFactorMatrix { get; }
member this.LeftFactorMatrix : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property LeftFactorMatrix As IReadOnlyList(Of Single)

Property Value

Remarks

This is two dimensional matrix with size of NumberOfRows * ApproximationRank flattened into one-dimensional matrix. Row by row.

Applies to