1 write to _matrixRowIndexCololumnIndex
Microsoft.ML.Recommender (1)
MatrixFactorizationPredictor.cs (1)
355_matrixRowIndexCololumnIndex = matrixRowList[0].Index;
4 references to _matrixRowIndexCololumnIndex
Microsoft.ML.Recommender (4)
MatrixFactorizationPredictor.cs (4)
357CheckInputSchema(schema.Schema, _matrixColumnIndexColumnIndex, _matrixRowIndexCololumnIndex); 370return InputSchema.Where(col => col.Index == _matrixColumnIndexColumnIndex || col.Index == _matrixRowIndexCololumnIndex); 401CheckInputSchema(input.Schema, _matrixColumnIndexColumnIndex, _matrixRowIndexCololumnIndex); 403var matrixRowIndexGetter = RowCursorUtils.GetGetterAs<uint>(NumberDataViewType.UInt32, input, _matrixRowIndexCololumnIndex);