2 writes to Label
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmTrainer.cs (2)
518
example.
Label
= cursor.Label > 0 ? 1 : -1;
644
dst.
Label
= label > 0 ? 1 : -1;
1 reference to Label
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
316
float trueLabel = s.
Label
;