>> I finally committed a new, working version of pdist.m, which is part of >> the statistics package. > >Great!
I just committed some minor changes: DISTFUN now called METRIC, for clarity and compatibility. Typos corrected in the help string. Use lower() on the given metric. Should I signal to this list even minor changes? Should I log the changes somewhere else than in the svn log? >> - While I introduced code using the new norm function of Octave 3.2, I >> do not have Octave 3.2 installed. Would please someone who has it try >> the tests in pdist.m? > >octave:1> test pdist >PASSES 14 out of 14 tests Thank you. I am now looking at linkage.m. By code inspection, this one too looks broken, apart from the default case (pdist worked for three out of the ten implemented cases, the default was among them). I plan to upload a version that corrects the "complete" linkage method and removes the "median" implementation, while I work on a complete working implementation. Would please someone with Matlab give me the results of these? X = [3 1.7; 1 1; 2 3; 2 2.5; 1.2 1; 1.1 1.5; 3 1]; linkage(pdist(X)) linkage(pdist(X),'complete') -- Francesco Potortì (ricercatore) Voice: +39 050 315 3058 (op.2111) ISTI - Area della ricerca CNR Fax: +39 050 315 2040 via G. Moruzzi 1, I-56124 Pisa Email: [EMAIL PROTECTED] (entrance 20, 1st floor, room C71) Web: http://fly.isti.cnr.it/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
