Implemented interface member:
property
Schema
Microsoft.ML.IDataView.Schema
1 write to Schema
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
78
Schema
= schema ?? _sources[0].Schema;
5 references to Schema
Microsoft.ML.Data (5)
DataView\AppendRowsDataView.cs (5)
109
int startingSchemaIndex =
Schema
== _sources[0].Schema ? 1 : 0;
110
int colCount =
Schema
.Count;
117
string name =
Schema
[c].Name;
118
DataViewType type =
Schema
[c].Type;
176
Schema = parent.
Schema
;