Base:
property
Length
Microsoft.ML.Trainers.LdSvmTrainer.Data.Length
1 write to Length
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
576Length++;
4 references to Length
Microsoft.ML.StandardTrainers (4)
LdSvm\LdSvmTrainer.cs (4)
578_indices = Utils.GetIdentityPermutation((int)Length); 584int length = (int)Length; 620var sampleSize = Math.Max(1, (int)Math.Sqrt(Length)); 621var length = (int)Length;