6 references to Name
Microsoft.ML.Core (4)
Data\RoleMappedSchema.cs (4)
150
/// The <see cref="ColumnRole.
Name
"/> column, when there is exactly one (null otherwise).
367
yield return ColumnRole.
Name
.Bind(name);
384
/// <param name="name">The column name that will be mapped to the <see cref="ColumnRole.
Name
"/> role</param>
470
/// <param name="name">The column name that will be mapped to the <see cref="RoleMappedSchema.ColumnRole.
Name
"/> role</param>
Microsoft.ML.Data (1)
Evaluators\MamlEvaluator.cs (1)
123
roles = AnnotationUtils.Prepend(roles, RoleMappedSchema.ColumnRole.
Name
.Bind(schema.Name.Value.Name));
Microsoft.ML.EntryPoints (1)
CrossValidationMacro.cs (1)
369
RoleMappedSchema.ColumnRole.
Name
.Bind(input.NameColumn.Value))).ToArray(),