2 writes to MatrixRowIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
110MatrixRowIndexType = matrixRowIndexType; 149MatrixRowIndexType = new KeyDataViewType(typeof(uint), NumberOfRows);
2 references to MatrixRowIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
388msg = string.Format("Input row index type '{0}' incompatible with predictor' row index type '{1}'", type, _parent.MatrixRowIndexType); 389_env.CheckParam(type.Equals(_parent.MatrixRowIndexType), nameof(schema), msg);