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