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