Re: [scikit-learn] question

2019-10-20 Thread ahmad qassemi
Thanks a lot guys for your great hints. I've tested to consider only the magnitude or only the phase to attain the goal, but those don't work in my case, I should consider both simultaneously to get a correct result. Also, I've considered converting into two columns (imaginary + real columns). But

Re: [scikit-learn] question

2019-10-20 Thread serafim loukas
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 wrote:  What about converting into two columns? One with the real projection and the other with the complex pro

Re: [scikit-learn] question

2019-10-20 Thread Fernando Marcos Wittmann
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 wrote: > Dear Mr/Mrs, > > I'm a PhD student in DS. I'm trying to use your provided code on *Spectral > CoClustering *and *Spectral Bicluste