1 instantiation of MatrixElement
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
209dataMatrix.Add(new MatrixElement() { MatrixColumnIndex = i, MatrixRowIndex = j, Value = (i + j) % 5 });
17 references to MatrixElement
Microsoft.ML.Tests (17)
TrainerEstimators\MatrixFactorizationTests.cs (17)
206var dataMatrix = new List<MatrixElement>(); 220MatrixColumnIndexColumnName = nameof(MatrixElement.MatrixColumnIndex), 221MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 222LabelColumnName = nameof(MatrixElement.Value), 247var metrics = mlContext.Recommendation().Evaluate(prediction, labelColumnName: nameof(MatrixElement.Value), 331MatrixColumnIndexColumnName = nameof(MatrixElement.MatrixColumnIndex), 332MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 333LabelColumnName = nameof(MatrixElement.Value), 451MatrixColumnIndexColumnName = nameof(MatrixElement.MatrixColumnIndex), 452MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 453LabelColumnName = nameof(MatrixElement.Value), 595MatrixColumnIndexColumnName = nameof(MatrixElement.MatrixColumnIndex), 596MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 597LabelColumnName = nameof(MatrixElement.Value), 778MatrixColumnIndexColumnName = nameof(MatrixElement.MatrixColumnIndex), 779MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 780LabelColumnName = nameof(MatrixElement.Value),