2 writes to MatrixColumnIndexColumnType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
457MatrixColumnIndexColumnType = trainSchema[xCol].Type; 495MatrixColumnIndexColumnType = TrainSchema[xCol].Type;
5 references to MatrixColumnIndexColumnType
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)
236Assert.True(model.MatrixColumnIndexColumnType is KeyDataViewType); 238var matColKeyType = (KeyDataViewType)model.MatrixColumnIndexColumnType; 348var matColKeyType = model.MatrixColumnIndexColumnType as KeyDataViewType; 795var matColKeyType = model.MatrixColumnIndexColumnType as KeyDataViewType;