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;
1367
var srcType =
_srcTypes
[iinfo].GetItemType().RawType;
1375
if (
_srcTypes
[iinfo] is KeyDataViewType)
1412
if (
_srcTypes
[iinfo] is VectorDataViewType)
1430
var vectorShape = new VectorDataViewType(NumberDataViewType.Int64,
_srcTypes
[iinfo].GetValueCount());
1443
if (
_srcTypes
[iinfo] is KeyDataViewType)
1450
var input = (
_srcTypes
[iinfo] is KeyDataViewType) ? mulOutput : addOutput;