2 writes to MatrixRowIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
110
MatrixRowIndexType
= matrixRowIndexType;
149
MatrixRowIndexType
= new KeyDataViewType(typeof(uint), NumberOfRows);
2 references to MatrixRowIndexType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
388
msg = 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);