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