1 write to Name
Microsoft.ML.Core (1)
Data\RoleMappedSchema.cs (1)
189
Name
= cols[0];
5 references to Name
Microsoft.ML.Data (5)
Evaluators\AnomalyDetectionEvaluator.cs (2)
109
return new Aggregator(Host, _aucCount, _numTopResults, _k, _p, _streaming, schema.
Name
== null ? -1 : schema.
Name
.Value.Index, stratName);
Evaluators\MamlEvaluator.cs (3)
122
if (needName && schema.
Name
.HasValue)
123
roles = AnnotationUtils.Prepend(roles, RoleMappedSchema.ColumnRole.Name.Bind(schema.
Name
.Value.Name));
242
if (perInst.Schema.
Name
?.Name is string nameName)