1 write to _getWeight
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
748
_getWeight
= Row.GetOptWeightFloatGetter(data);
2 references to _getWeight
Microsoft.ML.Data (2)
Training\TrainerUtils.cs (2)
776
if (
_getWeight
!= null)
778
_getWeight
(ref Weight);