4 references to Schema
Microsoft.ML.Data (4)
Transforms\RowShufflingTransformer.cs (4)
518
int colLim =
Schema
.Count;
522
_colToActivesIndex[c] = _input.IsColumnActive(
Schema
[c]) ? numActive++ : -1;
680
return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this,
Schema
[col].Type.RawType, col);
687
Ch.Assert(
Schema
[col].Type.RawType == typeof(TValue));