MatrixFactorizationModelParameters.RightFactorMatrix 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.
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.