11 references to _synthesizedMatrixColumnCount
Microsoft.ML.Tests (11)
TrainerEstimators\MatrixFactorizationTests.cs (11)
184
[KeyType(
_synthesizedMatrixColumnCount
+ _synthesizedMatrixFirstColumnIndex)]
195
[KeyType(
_synthesizedMatrixColumnCount
+ _synthesizedMatrixFirstColumnIndex)]
207
for (uint i = _synthesizedMatrixFirstColumnIndex; i < _synthesizedMatrixFirstColumnIndex +
_synthesizedMatrixColumnCount
; ++i)
239
Assert.True(matColKeyType.Count ==
_synthesizedMatrixColumnCount
+ _synthesizedMatrixFirstColumnIndex);
292
[KeyType(
_synthesizedMatrixColumnCount
)]
304
[KeyType(
_synthesizedMatrixColumnCount
)]
318
for (uint i = 0; i <
_synthesizedMatrixColumnCount
; ++i)
352
Assert.True(matColKeyType.Count ==
_synthesizedMatrixColumnCount
);
373
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex +
_synthesizedMatrixColumnCount
, MatrixRowIndex = _synthesizedMatrixFirstRowIndex, Score = default },
721
[KeyType(
_synthesizedMatrixColumnCount
)]
741
for (uint i = 0; i <
_synthesizedMatrixColumnCount
; ++i)