1 write to OutputType
Microsoft.ML.Data (1)
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
507OutputType = new KeyDataViewType(typeof(uint), Count == 0 ? 1 : Count);
8 references to OutputType
Microsoft.ML.Data (8)
Transforms\ValueToKeyMappingTransformer.cs (3)
725KeyDataViewType keyType = _parent._unboundMaps[i].OutputType; 761var type = _termMap[iinfo].Map.OutputType; 893InternalDataKindExtensions.TryGetDataKind(_parent._unboundMaps[iinfo].OutputType.RawType, out dataKind);
Transforms\ValueToKeyMappingTransformerImpl.cs (5)
469/// type, and will produce either <see cref="OutputType"/>, or a vector type with that output 1060builder.AddKeyValues(TypedMap.OutputType.GetCountAsInt32(_host), TextDataViewType.Instance, getter); 1069builder.AddKeyValues(TypedMap.OutputType.GetCountAsInt32(_host), TypedMap.ItemType, getter); 1132var editor = VBufferEditor.Create(ref dst, TypedMap.OutputType.GetCountAsInt32(_host)); 1145int keyCount = TypedMap.OutputType.GetCountAsInt32(_host);