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