On 02/07/14 06:02, Valerio Maggio wrote: > You were right when you said that under the hood the main `for` loop iterates > over the number of components, but in scikit this is > not done *explicitly* via Python loops.
Look at lines 596 and 692. https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/mixture/gmm.py Sturla ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
