MatrixFactorizationModelParameters.RightFactorMatrix 属性

定义

右近似矩阵

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

属性值

注解

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

适用于