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