7 references to _synthesizedMatrixFirstColumnIndex
Microsoft.ML.Tests (7)
TrainerEstimators\MatrixFactorizationTests.cs (7)
184
[KeyType(_synthesizedMatrixColumnCount +
_synthesizedMatrixFirstColumnIndex
)]
195
[KeyType(_synthesizedMatrixColumnCount +
_synthesizedMatrixFirstColumnIndex
)]
207
for (uint i =
_synthesizedMatrixFirstColumnIndex
; i <
_synthesizedMatrixFirstColumnIndex
+ _synthesizedMatrixColumnCount; ++i)
239
Assert.True(matColKeyType.Count == _synthesizedMatrixColumnCount +
_synthesizedMatrixFirstColumnIndex
);
373
new MatrixElementZeroBasedForScore() { MatrixColumnIndex =
_synthesizedMatrixFirstColumnIndex
+ _synthesizedMatrixColumnCount, MatrixRowIndex = _synthesizedMatrixFirstRowIndex, Score = default },
375
new MatrixElementZeroBasedForScore() { MatrixColumnIndex =
_synthesizedMatrixFirstColumnIndex
, MatrixRowIndex = _synthesizedMatrixFirstRowIndex + _synthesizedMatrixRowCount, Score = default }