2 instantiations of MatrixElementForScore
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 } };
4 references to MatrixElementForScore
Microsoft.ML.Tests (4)
TrainerEstimators\MatrixFactorizationTests.cs (4)
248
scoreColumnName: nameof(
MatrixElementForScore
.Score));
254
var testMatrix = new List<
MatrixElementForScore
>() {
262
foreach (
var
pred in mlContext.Data.CreateEnumerable<
MatrixElementForScore
>(model.Transform(testDataView), false))