다음을 통해 공유


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차원 행렬입니다. 행 단위입니다.

적용 대상