1 write to _raw
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
993_get(ref _raw);
4 references to _raw
Microsoft.ML.Data (4)
Training\TrainerUtils.cs (4)
994Label = (int)_raw; 995if (!_keepBad && !(Label == _raw && (0 <= _raw && (_raw < _classCount || _classCount == 0))))