2 writes to MatrixColumnIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
109
MatrixColumnIndexType
= matrixColumnIndexType;
148
MatrixColumnIndexType
= new KeyDataViewType(typeof(uint), NumberOfColumns);
2 references to MatrixColumnIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
383
string 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);