Base:
property
Schema
Microsoft.ML.DataViewRow.Schema
4 references to Schema
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
514
public override DataViewSchema Schema => _internal.
Schema
;
1163
int colLim =
Schema
.Count;
1221
return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this,
Schema
[col].Type.RawType, col);
1228
Ch.Assert(
Schema
[col].Type.RawType == typeof(TValue));