MatrixFactorizationModelParameters.RightFactorMatrix 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
右近似矩阵
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 其大小平展为一维矩阵。 逐行执行。