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