7 references to GetNamesType
Microsoft.ML.Core (2)
Data\AnnotationUtils.cs (2)
180return GetNamesType(size).GetPair(Kinds.SlotNames); 189return 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)
139treeIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.GetNamesType(treeValueType.Size), 151leafIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.GetNamesType(leafIdType.Size), 164pathIdMetadataBuilder.Add(AnnotationUtils.Kinds.SlotNames, AnnotationUtils.GetNamesType(pathIdType.Size),
Microsoft.ML.Transforms (1)
MissingValueIndicatorTransform.cs (1)
162AnnotationUtils.GetNamesType(types[iinfo].Size), GetSlotNames);