1 write to SourceIndex
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
77
SourceIndex
= sourceIndex;
6 references to SourceIndex
Microsoft.ML.Data (6)
DataLoadSave\Binary\BinarySaver.cs (6)
122
_getter = cursor.GetGetter<T>(cursor.Schema[col.
SourceIndex
]);
498
metadataTocOffsets[c] = WriteMetadata(writer, sourceSchema, activeColumns[c].
SourceIndex
, ch);
515
string name = sourceSchema[active.
SourceIndex
].Name;
584
HashSet<int> activeSet = new HashSet<int>(activeColumns.Select(col => col.
SourceIndex
));
739
HashSet<int> active = new HashSet<int>(actives.Select(cc => cc.
SourceIndex
));
781
ValueGetter<T> getter = cursor.GetGetter<T>(cursor.Schema[col.
SourceIndex
]);