3 references to GetIndexFromIdAndRowGetter
Microsoft.ML.StandardTrainers (3)
Standard\SdcaBinary.cs (2)
569
Func<DataViewRowId, long, long> getIndexFromIdAndRow =
GetIndexFromIdAndRowGetter
(idToIdx, biasReg.Length);
974
Func<DataViewRowId, long, long> getIndexFromIdAndRow =
GetIndexFromIdAndRowGetter
(idToIdx, biasReg.Length);
Standard\SdcaMulticlass.cs (1)
375
Func<DataViewRowId, long, long> getIndexFromIdAndRow =
GetIndexFromIdAndRowGetter
(idToIdx, biasReg.Length);