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)
274
if (
_mapperFactory
!= null)
276
var newMapper =
_mapperFactory
(newSource.Schema);
277
return new RowToRowMapperTransform(env.Register(nameof(RowToRowMapperTransform)), newSource, newMapper,
_mapperFactory
);