2 writes to MatrixRowIndexColumnType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
460MatrixRowIndexColumnType = trainSchema[yCol].Type; 499MatrixRowIndexColumnType = TrainSchema[yCol].Type;
1 reference 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>.