I have a set of data from my experiment (120 instances with 1458 attributes), but these data is in complex numbers.
How can I represent a complex number into another real number? I found that complex number can be represented by using polar coordinates (r and theta), however what I need is a single number, so that I can further process the data using Weka.
Alternatively, is there any equation that can take 2 numbers and produce a single unique number?
Thank you very much in advance.