Re: [scikit-learn] Complex variables in Gaussian mixture models?

2017-01-09 Thread Rory Smith
12:43 PM, Jacob Schreiber wrote: > > I'm not too familiar with how complex values are traditionally treated, but > is it possible to make the complex component a real valued component and > treat it just as having twice as many features? > > On Mon, Jan 9, 2017 at 11:

[scikit-learn] Complex variables in Gaussian mixture models?

2017-01-09 Thread Rory Smith
Hi All, I’d like to set up a GMM using mixture.BayesianGaussianMixture to model a probability density of complex random variables (the learned means and covariances should also be complex valued). I wasn’t able to see any mention of how to handle complex variables in the documentation so I’m cu