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