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