Re: SVD hang found

2014-01-01 Thread Ted Dunning
I think it is. Commit will go in in a few minutes. On Wed, Jan 1, 2014 at 10:23 PM, Suneel Marthi wrote: > Please go ahead and commit this to trunk Ted if the issue's fixed by this > patch. > > > > > > On Thursday, January 2, 2014 1:15 AM, Ted Dunning > wrote: > > I just found and fixed a hang

Re: SVD hang found

2014-01-01 Thread Ted Dunning
Done. On Wed, Jan 1, 2014 at 10:41 PM, Ted Dunning wrote: > > I think it is. Commit will go in in a few minutes. > > > On Wed, Jan 1, 2014 at 10:23 PM, Suneel Marthi wrote: > >> Please go ahead and commit this to trunk Ted if the issue's fixed by this >> patch. >> >> >> >> >> >> On Thursday, J

Re: SVD hang found

2014-01-01 Thread Suneel Marthi
Please go ahead and commit this to trunk Ted if the issue's fixed by this patch. On Thursday, January 2, 2014 1:15 AM, Ted Dunning wrote: I just found and fixed a hang in the SVD code that we have.  Since this code is used in a lot of other pieces of code, and since I have been unable to fi

SVD hang found

2014-01-01 Thread Ted Dunning
I just found and fixed a hang in the SVD code that we have. Since this code is used in a lot of other pieces of code, and since I have been unable to find a work-around in the work that I am doing, I think that this is a 0.9 stopper. The good news is that I have a patch against trunk ready to go

[jira] [Updated] (MAHOUT-1390) SVD hangs for certain inputs

2014-01-01 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning updated MAHOUT-1390: Attachment: MAHOUT-1390.patch Here is a patch that includes a test that fails if the SVD doesn't c

[jira] [Created] (MAHOUT-1390) SVD hangs for certain inputs

2014-01-01 Thread Ted Dunning (JIRA)
Ted Dunning created MAHOUT-1390: --- Summary: SVD hangs for certain inputs Key: MAHOUT-1390 URL: https://issues.apache.org/jira/browse/MAHOUT-1390 Project: Mahout Issue Type: Bug Compone

[jira] [Updated] (MAHOUT-1390) SVD hangs for certain inputs

2014-01-01 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning updated MAHOUT-1390: Priority: Critical (was: Major) > SVD hangs for certain inputs > > >

Re: Streaming KMeans clustering

2014-01-01 Thread Ted Dunning
On Wed, Jan 1, 2014 at 6:23 PM, Dmitriy Lyubimov wrote: > > On the other hand, if we use 7 clusters, > > > > > > *> k = kmeans(iris[,1:4], centers=7, nstart=10)* > > > > *> table(iris$Species, k$cluster)* > > > >cluster > > 1 2 3 4 5 6 7 > > setosa*

Re: Getting Involved

2014-01-01 Thread Tharindu Rusira
Hi Chameera, On Wed, Jan 1, 2014 at 10:21 PM, Chameera Wijebandara < chameerawijeband...@gmail.com> wrote: > Hi > I have successfully build mahout from source. But still i couldnt find > build files to import to my project(Net beans). If your build process was successful, you should be able to

Re: Streaming KMeans clustering

2014-01-01 Thread Dmitriy Lyubimov
> On the other hand, if we use 7 clusters, > > > *> k = kmeans(iris[,1:4], centers=7, nstart=10)* > > *> table(iris$Species, k$cluster)* > >cluster > 1 2 3 4 5 6 7 > setosa* 0 0 28 0 22 0 0* > versicolor* 0 7 0 20 0 0 23* > virginica* 12

Re: Getting Involved

2014-01-01 Thread Isabel Drost-Fromm
On Wed, Jan 01, 2014 at 10:21:55PM +0530, Chameera Wijebandara wrote: > I have successfully build mahout from source. But still i couldnt find > build files to import to my project(Net beans). pls help me to make my fist > step with mahout. Please check the Netbeans docs on how to import maven pro

Re: Getting Involved

2014-01-01 Thread Chameera Wijebandara
Hi I have successfully build mahout from source. But still i couldnt find build files to import to my project(Net beans). pls help me to make my fist step with mahout. Thanks Chameera On Fri, Dec 27, 2013 at 9:13 PM, Chameera Wijebandara < chameerawijeband...@gmail.com> wrote: > Thanks > il