MatchingData.transform_target#
- MatchingData.transform_target(method='phase_randomization', **kwargs)[source]#
Transform data using the specified method.
- Parameters:
- methodstr, optional
Transformation method, default “phase_randomization”. - “phase_randomization”: Scrambles phase while preserving amplitude spectrum - “standardize”: Standardize to zero mean and unit variance - “laplace”: Applies Laplacian edge detection filter
- **kwargsdict
Method-specific arguments (e.g., mode=”wrap” for laplace).
- Returns:
- BackendArray
Transformed data.