1 write to _keepBad
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
976_keepBad = (opt & CursOpt.AllowBadLabels) != 0;
1 reference to _keepBad
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
995if (!_keepBad && !(Label == _raw && (0 <= _raw && (_raw < _classCount || _classCount == 0))))