1 instantiation of MatrixElementZeroBased256By256
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
767dataMatrix.Add(new MatrixElementZeroBased256By256() { MatrixColumnIndex = i, MatrixRowIndex = j, Value = (i + j) % 5 });
3 references to MatrixElementZeroBased256By256
Microsoft.ML.Tests (3)
TrainerEstimators\MatrixFactorizationTests.cs (3)
764var dataMatrix = new List<MatrixElementZeroBased256By256>(); 793Assert.True(model.MatrixColumnIndexColumnName == nameof(MatrixElementZeroBased256By256.MatrixColumnIndex)); 794Assert.True(model.MatrixRowIndexColumnName == nameof(MatrixElementZeroBased256By256.MatrixRowIndex));