2 references to RightFactorMatrix
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
92var rightMatrix = model.Model.RightFactorMatrix; 834rightFactorVectorAligned[i] = model.Model.RightFactorMatrix[1 * k + i]; // value at the i-th row and j-th column is indexed by i * k + j.