1 write to _xf
Microsoft.ML.Data (1)
DataLoadSave\TransformWrapper.cs (1)
30_xf = xf;
4 references to _xf
Microsoft.ML.Data (4)
DataLoadSave\TransformWrapper.cs (4)
38var output = ApplyTransformUtils.ApplyTransformToData(_host, (IDataTransform)_xf, dv); 45public IDataView Transform(IDataView input) => ApplyTransformUtils.ApplyTransformToData(_host, (IDataTransform)_xf, input); 47bool ITransformer.IsRowToRowMapper => _xf is IRowToRowMapper; 52var transform = ApplyTransformUtils.ApplyTransformToData(_host, (IDataTransform)_xf, new EmptyDataView(_host, inputSchema)) as IRowToRowMapper;