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)
627
Utils.Swap(ref
_indices
[k], ref
_indices
[randIdx]);
630
Array.Sort(
_indices
, 0, sampleSize);
650
if (cursor.Position ==
_indices
[iIndex])