2 writes to MatrixRowIndexColumnType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
460MatrixRowIndexColumnType = trainSchema[yCol].Type; 499MatrixRowIndexColumnType = TrainSchema[yCol].Type;
5 references to MatrixRowIndexColumnType
Microsoft.ML.Recommender (1)
MatrixFactorizationPredictor.cs (1)
436/// columns specified by <see cref="MatrixColumnIndexColumnName"/>, <see cref="MatrixColumnIndexColumnType"/>, <see cref="MatrixRowIndexColumnName"/>, and <see cref="MatrixRowIndexColumnType"></see>.
Microsoft.ML.Tests (4)
TrainerEstimators\MatrixFactorizationTests.cs (4)
237Assert.True(model.MatrixRowIndexColumnType is KeyDataViewType); 240var matRowKeyType = (KeyDataViewType)model.MatrixRowIndexColumnType; 350var matRowKeyType = model.MatrixRowIndexColumnType as KeyDataViewType; 797var matRowKeyType = model.MatrixRowIndexColumnType as KeyDataViewType;