5 references to _matrixRowCount
Microsoft.ML.Tests (5)
TrainerEstimators\MatrixFactorizationTests.cs (5)
272
[KeyType(
_matrixRowCount
)]
284
[KeyType(
_matrixRowCount
)]
766
for (uint j = 0; j <
_matrixRowCount
; ++j)
800
Assert.True(matRowKeyType.Count ==
_matrixRowCount
);
805
for (/* row index */ uint j = 0; j <
_matrixRowCount
; ++j)