1 write to Schema
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
176
Schema
= parent.Schema;
4 references to Schema
Microsoft.ML.Data (4)
DataView\AppendRowsDataView.cs (4)
177
Getters = new Delegate[
Schema
.Count];
182
DataViewType colType =
Schema
[col].Type;
206
Ch.Check(column.Index <
Schema
.Count, "Column index is out of range");
278
var columnsNeeded =
Schema
.Where(col => IsColumnActive(col));