1 write to MatrixRowIndex
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
209dataMatrix.Add(new MatrixElement() { MatrixColumnIndex = i, MatrixRowIndex = j, Value = (i + j) % 5 });
5 references to MatrixRowIndex
Microsoft.ML.Tests (5)
TrainerEstimators\MatrixFactorizationTests.cs (5)
221MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 332MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 452MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 596MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 779MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex),