Re: [math] trouble with SingularValueDecomposition

2014-02-14 Thread Ted Dunning
For what its worth, I tested the Mahout SVD which shares code lineage with the Commons Math implementation. The results I got were: > > > > > > > > > > > > *sum(abs(m - u * s * v')) = 4.31946146e-16S =1.002319690998 > 1.0023196909981. U =0.994059401897 0.067747631244 > -

Re: [math] trouble with SingularValueDecomposition

2014-02-14 Thread Ted Dunning
And what exactly are the results you are getting? On Fri, Feb 14, 2014 at 6:07 PM, Patrick Meyer wrote: > Hi, > > > > I am using the SingularValueDecomposition class with a matrix but it gives > me a different result than R. My knowledge of SVD is limited, so any advice > is welcomed. > > > >

[math] trouble with SingularValueDecomposition

2014-02-14 Thread Patrick Meyer
Hi, I am using the SingularValueDecomposition class with a matrix but it gives me a different result than R. My knowledge of SVD is limited, so any advice is welcomed. Here's the method in Java public void svdTest(){ double[][] x = { {1.0, -0.05307180786272

[site] tags in developer checkout URL

2014-02-14 Thread Bernd Eckenfels
Hello, I noticed that the published site of [VFS] has a example developer URL for SVN which contains the tag. This might be OK for a read only URL, but at least for the Developer URL I would rather document to check out trunk. If I understood it correctly thats a common problem with SVN. I notice

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-14 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28118&projectId=129 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Feb 2014 20:21:02 + Finished at: Fri 14 Feb 2014 20:26:26 + Total time: 5m 23s Build Trigger: Sche

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-14 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28117&projectId=129 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Feb 2014 19:20:51 + Finished at: Fri 14 Feb 2014 19:26:26 + Total time: 5m 34s Build Trigger: Sche

Re: [VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Paul Benedict
Because eyes are always on the code (thank you very much commit mailing list), people want to know the real differences between the files. It's extremely difficult to know what a developer did if a commit to fix something also includes cosmetic fixes. Separate the two out always and let the commit

Re: [VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Gary Gregory
I think you have too look at it from the POV of people who are going to look at the commit logs and emails to see the diffs. For me, I think it makes sense, to separate the meat of an implementation or fix from cosmetic changes. Sometimes it can be too much of a pain to separate the two, so this i

[VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Bernd Eckenfels
Hello, quick question, while doing my first commit I noticed that Eclipse wanted to clean up a number of trailing blanks in that POM file. I decided to not commit those unrelated changes. What is your preference - should I do an additional cleanup commit, leave the blanks untouched or accept a fe

Re: [WEAVER] website footer problem - possible error in new skin?

2014-02-14 Thread Matt Benson
Can we agree on what problems remain currently before Benedikt wastes time on this? AFAIK the remaining problems are: - Commons Weaver TM link above left menu has Maven artifactId embedded in the href. I haven't yet found where this is coming from; - source info pages for modules also use artifact

Re: [ANNOUCE] Please welcome Bernd Eckenfels as our newest committer

2014-02-14 Thread Matt Benson
Congratulations, Bernd! Matt On Feb 14, 2014 10:55 AM, "Gary Gregory" wrote: > Hello all, > > Let's give Bernd Eckenfels a warm welcome as our newest committer! > > Gary Gregory > - Apache Commons PMC Chair. > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hi

[ANNOUCE] Please welcome Bernd Eckenfels as our newest committer

2014-02-14 Thread Gary Gregory
Hello all, Let's give Bernd Eckenfels a warm welcome as our newest committer! Gary Gregory - Apache Commons PMC Chair. -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition

Re: [WEAVER] website footer problem - possible error in new skin?

2014-02-14 Thread sebb
On 14 February 2014 08:54, Benedikt Ritter wrote: > The VFS site [1] looks good to me. Agreed, VFS + fluido does not have the problems exhibited by Weaver. > I'll have a look at the configuration of weaver tomorrow. Thanks! > Benedikt > > [1] http://people.apache.org/~britter/commons-sites-flu

Re: [math] leastsquares refactoring

2014-02-14 Thread Evan Ward
On 02/13/2014 12:19 PM, Gilles wrote: > Hello Luc. > > On Thu, 13 Feb 2014 16:10:36 +0100, Luc Maisonobe wrote: >> Hi Gilles, >> >> Le 08/02/2014 22:16, Gilles a écrit : >> Other issues to be discussed: * [MATH-1008] a new package has been created o.a.c.m.fitting.least

Re: [WEAVER] website footer problem - possible error in new skin?

2014-02-14 Thread Benedikt Ritter
The VFS site [1] looks good to me. I'll have a look at the configuration of weaver tomorrow. Benedikt [1] http://people.apache.org/~britter/commons-sites-fluido/commons-vfs/ 2014-02-14 2:24 GMT+01:00 Matt Benson : > That last is due to the rework of module names. Most of these issues have > be