1 write to _keepBadWeight
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
749
_keepBadWeight
= (opt & CursOpt.AllowBadWeights) != 0;
1 reference to _keepBadWeight
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
779
if (!
_keepBadWeight
&& !(0 < Weight && Weight < float.PositiveInfinity))