Implemented interface member:
property
Schema
Microsoft.ML.IDataView.Schema
4 references to Schema
Microsoft.ML.Data (4)
DataLoadSave\Transpose\TransposeLoader.cs (1)
736_host.Assert(trans.Schema.Count == 1);
DataView\Transposer.cs (3)
309Ch.Assert(0 <= col && col < parent.Schema.Count); 327Ch.Assert(0 <= _col && _col < _parent.Schema.Count); 344Ch.Assert(0 <= col && col < parent.Schema.Count);