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