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