1 write to _types
Microsoft.ML.Data (1)
Transforms\ValueToKeyMappingTransformer.cs (1)
721
_types
= new DataViewType[_parent.ColumnPairs.Length];
4 references to _types
Microsoft.ML.Data (4)
Transforms\ValueToKeyMappingTransformer.cs (4)
731
_types
[i] = colType;
751
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());
822
var labelEncoderOutput = ctx.AddIntermediateVariable(new VectorDataViewType(NumberDataViewType.Int64,
_types
[iinfo].GetValueCount()), "LabelEncoderOutput");
917
ctx.AddIntermediateVariable(
_types
[iinfo], info.Name)))