4 references to AllowBadWeights
Microsoft.ML.Data (4)
Training\TrainerUtils.cs (4)
35
AllowBadEverything =
AllowBadWeights
| AllowBadGroups | AllowBadLabels | AllowBadFeatures,
37
AllWeights = Weight |
AllowBadWeights
,
749
_keepBadWeight = (opt & CursOpt.
AllowBadWeights
) != 0;
766
opt |= CursOpt.
AllowBadWeights
;