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