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