2 writes to MatrixColumnIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
109MatrixColumnIndexType = matrixColumnIndexType; 148MatrixColumnIndexType = new KeyDataViewType(typeof(uint), NumberOfColumns);
2 references to MatrixColumnIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
383string msg = string.Format("Input column index type '{0}' incompatible with predictor's column index type '{1}'", type, _parent.MatrixColumnIndexType); 384_env.CheckParam(type.Equals(_parent.MatrixColumnIndexType), nameof(schema), msg);