1 write to _schema
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
470
_schema
= SchemaExtensions.MakeSchema(GetSchemaColumns(schemaDefn));
1 reference to _schema
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
460
public DataViewSchema Schema =>
_schema
;