1 instantiation of ColumnCodec
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
723
activeSourceColumns[c] = new
ColumnCodec
(colIndices[c], codec);
12 references to ColumnCodec
Microsoft.ML.Data (12)
DataLoadSave\Binary\BinarySaver.cs (12)
95
public static WritePipe Create(BinarySaver parent, DataViewRowCursor cursor,
ColumnCodec
col)
116
public WritePipe(BinarySaver parent, DataViewRowCursor cursor,
ColumnCodec
col)
396
private void WriteWorker(Stream stream, BlockingCollection<Block> toWrite,
ColumnCodec
[] activeColumns,
505
foreach (
var
active in activeColumns)
571
ColumnCodec
[] activeColumns, int rowsPerBlock, IChannel ch, IProgressChannel pch, ExceptionMarshaller exMarshaller)
707
private
ColumnCodec
[] GetActiveColumns(DataViewSchema schema, int[] colIndices)
712
ColumnCodec
[] activeSourceColumns = new
ColumnCodec
[Utils.Size(colIndices)];
728
private int RowsPerBlockHeuristic(IDataView data,
ColumnCodec
[] actives)
752
var
col = actives[c];
775
private delegate void EstimatorDelegate(DataViewRowCursor cursor,
ColumnCodec
col,
778
private void EstimatorCore<T>(DataViewRowCursor cursor,
ColumnCodec
col,