1 write to _mapperFactory
Microsoft.ML.Data (1)
DataView\RowToRowMapperTransform.cs (1)
101_mapperFactory = mapperFactory;
3 references to _mapperFactory
Microsoft.ML.Data (3)
DataView\RowToRowMapperTransform.cs (3)
274if (_mapperFactory != null) 276var newMapper = _mapperFactory(newSource.Schema); 277return new RowToRowMapperTransform(env.Register(nameof(RowToRowMapperTransform)), newSource, newMapper, _mapperFactory);