MatrixFactorizationModelParameters.LeftFactorMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.