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