Share via


MatrixFactorizationModelParameters.RightFactorMatrix Property

Definition

Right approximation matrix

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

Property Value

Remarks

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

Applies to