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)
538
Utils.Swap(ref
_indices
[k], ref
_indices
[randIdx]);
543
yield return _examples[
_indices
[k]];