1 write to _indices
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
526_indices = Utils.GetIdentityPermutation((int)Length);
3 references to _indices
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmTrainer.cs (3)
538Utils.Swap(ref _indices[k], ref _indices[randIdx]); 543yield return _examples[_indices[k]];