7 references to GetNamesType
Microsoft.ML.Core (2)
Data\AnnotationUtils.cs (2)
180
return
GetNamesType
(size).GetPair(Kinds.SlotNames);
189
return
GetNamesType
(size).GetPair(Kinds.KeyValues);
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
564
_slotNamesType = AnnotationUtils.
GetNamesType
(slotCount);
Microsoft.ML.FastTree (3)
TreeEnsembleFeaturizer.cs (3)
139
treeIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.
GetNamesType
(treeValueType.Size),
151
leafIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.
GetNamesType
(leafIdType.Size),
164
pathIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.
GetNamesType
(pathIdType.Size),
Microsoft.ML.Transforms (1)
MissingValueIndicatorTransform.cs (1)
162
AnnotationUtils.
GetNamesType
(types[iinfo].Size), GetSlotNames);