1 write to OutputType
Microsoft.ML.Data (1)
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
507
OutputType
= new KeyDataViewType(typeof(uint), Count == 0 ? 1 : Count);
8 references to OutputType
Microsoft.ML.Data (8)
Transforms\ValueToKeyMappingTransformer.cs (3)
725
KeyDataViewType keyType = _parent._unboundMaps[i].
OutputType
;
761
var type = _termMap[iinfo].Map.
OutputType
;
893
InternalDataKindExtensions.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
1060
builder.AddKeyValues(TypedMap.
OutputType
.GetCountAsInt32(_host), TextDataViewType.Instance, getter);
1069
builder.AddKeyValues(TypedMap.
OutputType
.GetCountAsInt32(_host), TypedMap.ItemType, getter);
1132
var editor = VBufferEditor.Create(ref dst, TypedMap.
OutputType
.GetCountAsInt32(_host));
1145
int keyCount = TypedMap.
OutputType
.GetCountAsInt32(_host);