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