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