5 references to NumberOfSamplesForGammaUpdate
Microsoft.ML.StandardTrainers (5)
LdSvm\LdSvmTrainer.cs (5)
550
for (int i = 0; i <
NumberOfSamplesForGammaUpdate
; i++)
579
_indices2 = new int[
NumberOfSamplesForGammaUpdate
];
585
for (int i = 0; i <
NumberOfSamplesForGammaUpdate
; i++)
605
while (iIndex <
NumberOfSamplesForGammaUpdate
&& cursor.Position == _indices2[iIndex])
611
if (iIndex ==
NumberOfSamplesForGammaUpdate
)