Normalize Energy Matrix
norm_energy_matrix.Rd
This function normalizes an energy matrix by applying logarithmic transformation and scaling.
Arguments
- x
The input matrix to be normalized.
- dataset_x
The reference dataset matrix used for normalization.
- min_energy
The minimum energy value to be assigned after normalization. Default is -7.
- q
The quantile value used for calculating the maximum value in the reference dataset. Default is 1.
- norm_energy_max
The maximum value to which the normalized energy values are scaled. Default is 10.