2 overrides of Length
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmTrainer.cs (2)
506public override long Length => _examples.Length; 564public override long Length { get; }
1 reference to Length
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
284int sampleSize = Math.Max(1, (int)Math.Sqrt(data.Length));