[scikit-learn] question

serafim loukas seralouk at hotmail.com
Sun Oct 20 10:07:37 EDT 2019


I would take the magnitude.
Otherwise you will have to modify the source code to make it work with complex values.

Bests,
Makis

On Oct 20, 2019, at 15:55, Fernando Marcos Wittmann <fernando.wittmann at gmail.com> wrote:


What about converting into two columns? One with the real projection and the other with the complex projection?

On Sat, Oct 19, 2019, 3:44 PM ahmad qassemi <ahmadqassemi at gmail.com<mailto:ahmadqassemi at gmail.com>> wrote:
Dear Mr/Mrs,

 I'm a PhD student in DS. I'm trying to use your provided code on Spectral CoClustering and Spectral Biclustering to bi-cluster my data matrix (https://scikit-learn.org/stable/modules/biclustering.html). Since my data has complex values, i.e., matrix elements are complex, your modules don't work on my data. It seems that the reason is your K-means' code doesn't work with complex numbers. I will really appreciate it if you take some time and tell me how should I apply your codes on my complex data. Thanks a lot in advance.

Sincerely,
Ahmad Qassemi
_______________________________________________
scikit-learn mailing list
scikit-learn at python.org<mailto:scikit-learn at python.org>
https://mail.python.org/mailman/listinfo/scikit-learn
_______________________________________________
scikit-learn mailing list
scikit-learn at python.org
https://mail.python.org/mailman/listinfo/scikit-learn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20191020/c803dc3e/attachment-0001.html>


More information about the scikit-learn mailing list