Re: [Scikit-learn-general] Problem with Ward

2013-03-12 Thread Andreas Mueller
Hi Alex. It should be fully connected. I'll check again. Thanks. Andy On 03/12/2013 04:07 PM, Alexandre Gramfort wrote: > hi Andy, > > is your graph fully connected? ie one connected compotent? if not > you should tell the estimator. > > let me know if it works. > > Alex > > On Tue, Mar 12, 2013

Re: [Scikit-learn-general] Problem with Ward

2013-03-12 Thread Alexandre Gramfort
hi Andy, is your graph fully connected? ie one connected compotent? if not you should tell the estimator. let me know if it works. Alex On Tue, Mar 12, 2013 at 3:16 PM, Andreas Mueller wrote: > Hey everybody. > I have been trying to use Ward with a fixed connectivity matrix today > and ran int

[Scikit-learn-general] Problem with Ward

2013-03-12 Thread Andreas Mueller
Hey everybody. I have been trying to use Ward with a fixed connectivity matrix today and ran into some problems: File "/home/VI/staff/amueller/checkout/scikit-learn/sklearn/base.py", line 330, in fit_predict self.fit(X) File "/home/VI/staff/amueller/checkout/scikit-learn/sklearn/clus