4 references to AllowBadGroups
Microsoft.ML.Data (4)
Training\TrainerUtils.cs (4)
35
AllowBadEverything = AllowBadWeights |
AllowBadGroups
| AllowBadLabels | AllowBadFeatures,
38
AllGroups = Group |
AllowBadGroups
,
754
_keepBadGroup = (opt & CursOpt.
AllowBadGroups
) != 0;
768
opt |= CursOpt.
AllowBadGroups
;