14 references to _synthesizedMatrixRowCount
Microsoft.ML.Tests (14)
TrainerEstimators\MatrixFactorizationTests.cs (14)
187
[KeyType(
_synthesizedMatrixRowCount
+
_synthesizedMatrixRowCount
)]
197
[KeyType(
_synthesizedMatrixRowCount
+
_synthesizedMatrixRowCount
)]
208
for (uint j = _synthesizedMatrixFirstRowIndex; j < _synthesizedMatrixFirstRowIndex +
_synthesizedMatrixRowCount
; ++j)
241
Assert.True(matRowKeyType.Count ==
_synthesizedMatrixRowCount
+
_synthesizedMatrixRowCount
);
295
[KeyType(
_synthesizedMatrixRowCount
)]
307
[KeyType(
_synthesizedMatrixRowCount
)]
319
for (uint j = 0; j <
_synthesizedMatrixRowCount
; ++j)
353
Assert.True(matRowKeyType.Count ==
_synthesizedMatrixRowCount
);
375
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex, MatrixRowIndex = _synthesizedMatrixFirstRowIndex +
_synthesizedMatrixRowCount
, Score = default }
724
[KeyType(
_synthesizedMatrixRowCount
)]
742
for (uint j = 0; j <
_synthesizedMatrixRowCount
; ++j)