2 references to GetIndexFromIdGetter
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (1)
811
Func<DataViewRowId, long> getIndexFromId =
GetIndexFromIdGetter
(idToIdx, biasReg.Length);
Standard\SdcaMulticlass.cs (1)
200
Func<DataViewRowId, long> getIndexFromId =
GetIndexFromIdGetter
(idToIdx, biasReg.Length);