1 write to _types
Microsoft.ML.Transforms (1)
KeyToVectorMapping.cs (1)
172
_types
= new VectorDataViewType[_parent.ColumnPairs.Length];
10 references to _types
Microsoft.ML.Transforms (10)
KeyToVectorMapping.cs (10)
182
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, _bitsPerKey[i]);
185
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, srcValueCount, _bitsPerKey[i]);
213
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());
244
var slotNamesType = new VectorDataViewType(TextDataViewType.Instance,
_types
[iinfo].Dimensions);
256
if (typeNames != null &&
_types
[iinfo].IsKnownSize)
262
var slotNamesType = new VectorDataViewType(TextDataViewType.Instance,
_types
[iinfo].Dimensions);
282
Host.Assert(
_types
[iinfo].IsKnownSize);
304
int slotLim =
_types
[iinfo].Size;
357
Host.Assert(bitsPerKey ==
_types
[iinfo].Size);
359
int dstLength =
_types
[iinfo].Size;