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