MatrixFactorizationModelParameters.LeftFactorMatrix 属性

定义

左侧近似矩阵

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

属性值

注解

这是二维矩阵,其大小 NumberOfRows * ApproximationRank 平展为一维矩阵。 逐行。

适用于