1 write to Name
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
625Name = name;
7 references to Name
Microsoft.ML.Data (7)
DataLoadSave\Text\TextLoader.cs (3)
1019ctx.SaveNonEmptyString(info.Name); 1056schemaBuilder.AddColumn(info.Name, info.ColType, metadataBuilder.ToAnnotations()); 1060schemaBuilder.AddColumn(info.Name, info.ColType);
DataLoadSave\Text\TextLoaderParser.cs (4)
1434throw Contracts.Except($"Could not parse value {fields.Spans[isrc]} in slot {indexBase + srcCur} of column {info.Name} in line {line}"); 1435v.Rows.Stats.LogBadValue(line, info.Name, indexBase + srcCur); 1470throw Contracts.Except($"Could not parse value {vs.Spans[isrc]} in line {line}, column {info.Name}"); 1471v.Rows.Stats.LogBadValue(line, info.Name);