Implemented interface member:
property
Schema
Microsoft.ML.IDataView.Schema
1 write to Schema
Microsoft.ML.Samples (1)
Dynamic\SimpleDataViewImplementation.cs (1)
166Schema = builder.ToSchema();
2 references to Schema
Microsoft.ML.Samples (2)
Dynamic\SimpleDataViewImplementation.cs (2)
116/// For <see cref="Schema"/>, note that we keep a very simple schema based 257Schema = parent.Schema;