pe.callback package
Subpackages
Submodules
pe.callback.callback module
- class pe.callback.callback.Callback[source]
Bases:
ABC
The abstract class that defines the callback for the synthetic data generation. These callbacks can be configured to be called after each PE iteration.
- abstract __call__(syn_data)[source]
This function is called after each PE iteration.
- Parameters:
syn_data (
pe.data.data.Data
) – Thepe.data.data.Data
object of the synthetic data