Jenkins build is unstable: Mahout-Quality #1405

2012-03-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/1405/changes

[jira] [Commented] (MAHOUT-981) Refactor KMeans Clustering into a separate post process with outlier pruning

2012-03-21 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234184#comment-13234184 ] Hudson commented on MAHOUT-981: --- Integrated in Mahout-Quality #1405 (See

[jira] [Created] (MAHOUT-994) mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches

2012-03-21 Thread Roman Shaposhnik (Created) (JIRA)
mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches -- Key: MAHOUT-994 URL:

[jira] [Commented] (MAHOUT-994) mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches

2012-03-21 Thread Dmitriy Lyubimov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234521#comment-13234521 ] Dmitriy Lyubimov commented on MAHOUT-994: - What it should be relied on in new

[jira] [Issue Comment Edited] (MAHOUT-994) mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches

2012-03-21 Thread Dmitriy Lyubimov (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234521#comment-13234521 ] Dmitriy Lyubimov edited comment on MAHOUT-994 at 3/21/12 5:13 PM:

MatrixVectorView Considered Harmful

2012-03-21 Thread Jake Mannix
Can anyone tell me what the following implementation choice will cause: public class MatrixVectorView extends AbstractVector { //... public IteratorElement iterateNonZero() { return iterator(); } // ... } Note that MatrixVectorView is returned from every call to viewRow(), and

Re: MatrixVectorView Considered Harmful

2012-03-21 Thread Ted Dunning
This causes implementations that don't over-ride that method to lose the benefits of sparsity when iterating through rows. I deduce from the existence of your email that important sparse matrix implementations suffer from this defect. On Wed, Mar 21, 2012 at 10:32 PM, Jake Mannix

Jenkins build is still unstable: Mahout-Quality #1406

2012-03-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/changes

[jira] [Commented] (MAHOUT-984) Refactor Fuzzy K Means Clustering into a separate post process with outlier pruning

2012-03-21 Thread Saikat Kanjilal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13235364#comment-13235364 ] Saikat Kanjilal commented on MAHOUT-984: Paritosh, I'm running into a strange