1 write to _indices
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
578_indices = Utils.GetIdentityPermutation((int)Length);
4 references to _indices
Microsoft.ML.StandardTrainers (4)
LdSvm\LdSvmTrainer.cs (4)
627Utils.Swap(ref _indices[k], ref _indices[randIdx]); 630Array.Sort(_indices, 0, sampleSize); 650if (cursor.Position == _indices[iIndex])