changing line 329 of EigenDecomposition.java from

        if (d.getQuick(j) < p) {

to
        if (d.getQuick(j) > p) {


makes my MAHOUT-1281 patch work.

should i keep the change? (question for Ted, i guess)

thanks.
-D




On Wed, Jul 10, 2013 at 11:59 AM, Dmitriy Lyubimov <[email protected]>wrote:

> It looks like values out of our ported EigenDecomposition are coming out
> sorted in inverse order.
>
> Shouldn't it be the other way around?
>

Reply via email to