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