Base:
property
Schema
Microsoft.ML.DataViewRow.Schema
1 write to Schema
Microsoft.ML.Core (1)
Data\LinkedRowRootCursorBase.cs (1)
29
Schema
= schema;
3 references to Schema
Microsoft.ML.Core (1)
Data\LinkedRowRootCursorBase.cs (1)
37
Ch.Check(column.Index <
Schema
.Count);
Microsoft.ML.Data (2)
Transforms\NAFilter.cs (1)
420
Ch.Assert(IsColumnActive(
Schema
[col]));
Transforms\RangeFilter.cs (1)
319
Ch.Check(0 <= column.Index && column.Index <
Schema
.Count);