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