3 writes to Source
Microsoft.ML.Data (3)
DataLoadSave\Database\DatabaseLoader.cs (3)
138
column.
Source
= indexMappingAttr.Sources.Select((source) => Range.FromTextLoaderRange(source)).ToArray();
142
column.
Source
= nameMappingAttr.Sources.Select((source) => new Range(source)).ToArray();
223
Source
= source;
4 references to Source
Microsoft.ML.Data (4)
DataLoadSave\Database\DatabaseLoader.cs (4)
436
Contracts.ExceptUserArg(nameof(Column.
Source
), "Intervals specified for column '{0}' overlap", name) :
505
if (col.
Source
!= null)
507
segs = new Segment[col.
Source
.Length];
511
var range = col.
Source
[i];