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)
994
Label = (int)
_raw
;
995
if (!_keepBad && !(Label ==
_raw
&& (0 <=
_raw
&& (
_raw
< _classCount || _classCount == 0))))