1 write to _slotNamesType
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
564
_slotNamesType
= AnnotationUtils.GetNamesType(slotCount);
4 references to _slotNamesType
Microsoft.ML.Data (4)
Transforms\ColumnConcatenatingTransformer.cs (4)
583
metadata.AddSlotNames(
_slotNamesType
.Size, GetSlotNames);
623
Contracts.AssertValue(
_slotNamesType
);
624
Contracts.Assert(
_slotNamesType
.Size == OutputType.Size);
627
bldr.Reset(
_slotNamesType
.Size, dense: false);