1 write to Label
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
921
_get(ref
Label
);
4 references to Label
Microsoft.ML.Data (4)
Training\TrainerUtils.cs (4)
162
int cls = (int)cursor.
Label
;
163
if (cls != cursor.
Label
|| cls < 0)
166
"Training label column '{0}' contains invalid values for multi-class: {1}.", col.Name, cursor.
Label
);
922
if (!_keepBad && !FloatUtils.IsFinite(
Label
))