2 instantiations of MatrixElementZeroBasedForScore
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 }
5 references to MatrixElementZeroBasedForScore
Microsoft.ML.Tests (5)
TrainerEstimators\MatrixFactorizationTests.cs (5)
364
foreach (
var
pred in mlContext.Data.CreateEnumerable<
MatrixElementZeroBasedForScore
>(prediction, false))
370
var invalidTestMatrix = new List<
MatrixElementZeroBasedForScore
>()
384
foreach (
var
pred in mlContext.Data.CreateEnumerable<
MatrixElementZeroBasedForScore
>(invalidPrediction, false))