2 writes to Score
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
255new MatrixElementForScore() { MatrixColumnIndex = 10, MatrixRowIndex = 7, Score = default }, 256new MatrixElementForScore() { MatrixColumnIndex = 3, MatrixRowIndex = 6, Score = default } };
2 references to Score
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
248scoreColumnName: nameof(MatrixElementForScore.Score)); 263Assert.True(pred.Score != 0);