dftlib.transformer.anonymizer.make_anonymous¶
- make_anonymous(dft, grid_layout=False)¶
Remove all data which could identify the DFT. Id and name are increasing counter values. :param dft: DFT. :param grid_layout: Elements are ordered in a grid to remove positioning information. :return: Anonymous DFT.