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
);
531
var sampleSize = Math.Max(1, (int)Math.Sqrt(
Length
));
532
var length = (int)
Length
;
549
int length = (int)
Length
;