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)
779if (!_keepBadWeight && !(0 < Weight && Weight < float.PositiveInfinity))