6 references to AllowBadLabels
Microsoft.ML.Data (6)
Training\TrainerUtils.cs (6)
35AllowBadEverything = AllowBadWeights | AllowBadGroups | AllowBadLabels | AllowBadFeatures, 39AllLabels = Label | AllowBadLabels, 904_keepBad = (opt & CursOpt.AllowBadLabels) != 0; 912opt |= CursOpt.AllowBadLabels; 976_keepBad = (opt & CursOpt.AllowBadLabels) != 0; 984opt |= CursOpt.AllowBadLabels;