다음을 통해 공유


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

적용 대상