3 references to Schema
Microsoft.ML.Data (3)
DataView\TypedCursor.cs (3)
577
public DataViewSchema Schema => _row.
Schema
;
583
public bool IsColumnActive(int col) => _row.IsColumnActive(_row.
Schema
[col]);
595
public override DataViewSchema Schema => _cursor.
Schema
;