7 references to SrcCol
Microsoft.ML.Data (7)
DataView\Transposer.cs (7)
881
activeSrcSet.Add(splitter.
SrcCol
);
986
Contracts.Assert(input.IsColumnActive(input.Schema[parent.
SrcCol
]));
1027
Contracts.Assert(row.IsColumnActive(row.Schema[
SrcCol
]));
1061
return Input.GetGetter<TValue>(Input.Schema[Parent.
SrcCol
]);
1094
var type = _view.Schema[
SrcCol
].Type as VectorDataViewType;
1121
Contracts.Assert(row.IsColumnActive(row.Schema[
SrcCol
]));
1143
_inputGetter = input.GetGetter<VBuffer<T>>(input.Schema[Parent.
SrcCol
]);