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