Implemented interface member:
property
Schema
Microsoft.ML.IDataView.Schema
1 write to Schema
Microsoft.ML.Data (1)
DataView\EmptyDataView.cs (1)
28
Schema
= schema;
3 references to Schema
Microsoft.ML.Data (3)
DataView\EmptyDataView.cs (2)
36
return new Cursor(_host,
Schema
, columnsNeeded);
42
return new[] { new Cursor(_host,
Schema
, columnsNeeded) };
EntryPoints\TransformModelImpl.cs (1)
67
_schemaRoot = root.
Schema
;