1 write to MatrixRowIndex
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
767dataMatrix.Add(new MatrixElementZeroBased256By256() { MatrixColumnIndex = i, MatrixRowIndex = j, Value = (i + j) % 5 });
1 reference to MatrixRowIndex
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
794Assert.True(model.MatrixRowIndexColumnName == nameof(MatrixElementZeroBased256By256.MatrixRowIndex));