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