7 writes to Score
Microsoft.ML.Tests (7)
TrainerEstimators\MatrixFactorizationTests.cs (7)
482testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 0, MatrixRowIndex = 0, Value = 0, Score = 0 }); 483testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 1, MatrixRowIndex = 2, Value = 0, Score = 0 }); 554testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 0, MatrixRowIndex = 0, Value = 0, Score = 0 }); 555testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 1, MatrixRowIndex = 2, Value = 0, Score = 0 }); 623testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 0, MatrixRowIndex = 0, Value = 0, Score = 0 }); 624testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 1, MatrixRowIndex = 0, Value = 0, Score = 0 }); 625testDataMatrix.Add(new OneClassMatrixElementZeroBasedForScore() { MatrixColumnIndex = 1, MatrixRowIndex = 2, Value = 0, Score = 0 });
7 references to Score
Microsoft.ML.Tests (7)
TrainerEstimators\MatrixFactorizationTests.cs (7)
497CompareNumbersWithTolerance(0.982391, testResults[0].Score, digitsOfPrecision: precision); 499CompareNumbersWithTolerance(0.141411, testResults[1].Score, digitsOfPrecision: precision); 565CompareNumbersWithTolerance(0.982391, testResults[0].Score, digitsOfPrecision: 5); 567CompareNumbersWithTolerance(0.141411, testResults[1].Score, digitsOfPrecision: 5); 635CompareNumbersWithTolerance(0.9823623, testResults[0].Score, digitsOfPrecision: 5); 638CompareNumbersWithTolerance(0.05511549, testResults[1].Score, digitsOfPrecision: 5); 639CompareNumbersWithTolerance(0.00316973357, testResults[2].Score, digitsOfPrecision: 5);