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)
357
CheckInputSchema(schema.Schema, _matrixColumnIndexColumnIndex,
_matrixRowIndexCololumnIndex
);
370
return InputSchema.Where(col => col.Index == _matrixColumnIndexColumnIndex || col.Index ==
_matrixRowIndexCololumnIndex
);
401
CheckInputSchema(input.Schema, _matrixColumnIndexColumnIndex,
_matrixRowIndexCololumnIndex
);
403
var matrixRowIndexGetter = RowCursorUtils.GetGetterAs<uint>(NumberDataViewType.UInt32, input,
_matrixRowIndexCololumnIndex
);