1 write to _srcTypes
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1320_srcTypes = new DataViewType[_parent._columns.Length];
7 references to _srcTypes
Microsoft.ML.Data (7)
Transforms\Hashing.cs (7)
1325_srcTypes[i] = inputSchema[_parent.ColumnPairs[i].inputColumnName].Type; 1367var srcType = _srcTypes[iinfo].GetItemType().RawType; 1375if (_srcTypes[iinfo] is KeyDataViewType) 1412if (_srcTypes[iinfo] is VectorDataViewType) 1430var vectorShape = new VectorDataViewType(NumberDataViewType.Int64, _srcTypes[iinfo].GetValueCount()); 1443if (_srcTypes[iinfo] is KeyDataViewType) 1450var input = (_srcTypes[iinfo] is KeyDataViewType) ? mulOutput : addOutput;