12 writes to MatrixRowIndexColumnName
Microsoft.ML.AutoML (1)
TrainerExtensions\RecommendationTrainerExtensions.cs (1)
20options.MatrixRowIndexColumnName = columnInfo.ItemIdColumnName;
Microsoft.ML.IntegrationTests (1)
Evaluation.cs (1)
241MatrixRowIndexColumnName = "MatrixRowIndex",
Microsoft.ML.Samples (2)
Dynamic\Trainers\Recommendation\MatrixFactorizationWithOptions.cs (1)
42MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex),
Dynamic\Trainers\Recommendation\OneClassMatrixFactorizationWithOptions.cs (1)
48MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex),
Microsoft.ML.Tests (8)
TrainerEstimators\MatrixFactorizationTests.cs (8)
42MatrixRowIndexColumnName = matrixRowIndexColumnName, 77MatrixRowIndexColumnName = itemColumnName, 221MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 332MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 452MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 596MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex), 661MatrixRowIndexColumnName = nameof(OneClassMatrixElement.MatrixRowIndex), 779MatrixRowIndexColumnName = nameof(MatrixElement.MatrixRowIndex),
2 references to MatrixRowIndexColumnName
Microsoft.ML.AutoML (1)
TrainerExtensions\RecommendationTrainerExtensions.cs (1)
29property.Add(nameof(MatrixFactorizationTrainer.Options.MatrixRowIndexColumnName), columnInfo.ItemIdColumnName);
Microsoft.ML.Recommender (1)
MatrixFactorizationTrainer.cs (1)
374MatrixRowIndexName = options.MatrixRowIndexColumnName;