3 writes to Sources
Microsoft.ML.Data (3)
DataLoadSave\Text\LoadColumnAttribute.cs (3)
23
Sources
= new List<TextLoader.Range>();
34
Sources
= new List<TextLoader.Range>();
44
Sources
= new List<TextLoader.Range>();
5 references to Sources
Microsoft.ML.Data (5)
DataLoadSave\Database\DatabaseLoader.cs (1)
138
column.Source = indexMappingAttr.
Sources
.Select((source) => Range.FromTextLoaderRange(source)).ToArray();
DataLoadSave\Text\LoadColumnAttribute.cs (3)
24
Sources
.Add(new TextLoader.Range(fieldIndex));
35
Sources
.Add(new TextLoader.Range(start, end));
46
Sources
.Add(new TextLoader.Range(col));
DataLoadSave\Text\TextLoader.cs (1)
1600
column.Source = mappingAttr.
Sources
.ToArray();