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