次の方法で共有


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)

プロパティ値

注釈

これは、1 次元行列にフラット化された の NumberOfRows * ApproximationRank サイズを持つ 2 次元行列です。 行単位。

適用対象