5 references to Label
Microsoft.ML.Core (5)
Data\RoleMappedSchema.cs (5)
52/// commonly used pre-defined instances available (for example, <see cref="Label"/>, <see cref="Feature"/>) that should 135/// The <see cref="ColumnRole.Label"/> column, when there is exactly one (null otherwise). 359yield return ColumnRole.Label.Bind(label); 380/// <param name="label">The column name that will be mapped to the <see cref="ColumnRole.Label"/> role</param> 466/// <param name="label">The column name that will be mapped to the <see cref="RoleMappedSchema.ColumnRole.Label"/> role</param>