1 instantiation of Mapper
Microsoft.ML.Data (1)
Transforms\KeyToValue.cs (1)
154private protected override IRowMapper MakeRowMapper(DataViewSchema inputSchema) => new Mapper(this, inputSchema);
4 references to Mapper
Microsoft.ML.Data (4)
Transforms\KeyToValue.cs (4)
163: base(parent.Host.Register(nameof(Mapper)), parent, inputSchema) 286protected readonly Mapper Parent; 288protected KeyToValueMap(Mapper mapper, PrimitiveDataViewType typeVal, int iinfo) 316public KeyToValueMap(Mapper parent, KeyDataViewType typeKey, PrimitiveDataViewType typeVal, VBuffer<TValue> values, int iinfo)