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)

プロパティ値

注釈

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

適用対象