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