4 references to _synthesizedMatrixFirstRowIndex
Microsoft.ML.Tests (4)
TrainerEstimators\MatrixFactorizationTests.cs (4)
208
for (uint j =
_synthesizedMatrixFirstRowIndex
; j <
_synthesizedMatrixFirstRowIndex
+ _synthesizedMatrixRowCount; ++j)
373
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex + _synthesizedMatrixColumnCount, MatrixRowIndex =
_synthesizedMatrixFirstRowIndex
, Score = default },
375
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex, MatrixRowIndex =
_synthesizedMatrixFirstRowIndex
+ _synthesizedMatrixRowCount, Score = default }