Base:
property
Length
Microsoft.ML.Trainers.LdSvmTrainer.Data.Length
4 references to Length
Microsoft.ML.StandardTrainers (4)
LdSvm\LdSvmTrainer.cs (4)
526_indices = Utils.GetIdentityPermutation((int)Length); 531var sampleSize = Math.Max(1, (int)Math.Sqrt(Length)); 532var length = (int)Length; 549int length = (int)Length;