2 writes to Score
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
373
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex + _synthesizedMatrixColumnCount, MatrixRowIndex = _synthesizedMatrixFirstRowIndex,
Score
= default },
375
new MatrixElementZeroBasedForScore() { MatrixColumnIndex = _synthesizedMatrixFirstColumnIndex, MatrixRowIndex = _synthesizedMatrixFirstRowIndex + _synthesizedMatrixRowCount,
Score
= default }
2 references to Score
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
367
Assert.True(!float.IsNaN(pred.
Score
));
386
Assert.True(float.IsNaN(pred.
Score
));