1 write to _get
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
903
_get
= Row.GetLabelFloatGetter(data);
2 references to _get
Microsoft.ML.Data (2)
Training\TrainerUtils.cs (2)
919
if (
_get
!= null)
921
_get
(ref Label);