[jira] Commented: (MAHOUT-138) Convert main() methods to use Commons CLI for argument processing

2009-10-07 Thread Isabel Drost (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762898#action_12762898 ] Isabel Drost commented on MAHOUT-138: - Sean, you can easily follow what is going on

Re: Classify() method results anomoly - help!

2009-10-07 Thread Robin Anil
Hi Sandra, I tested the priority queue implementation it does seem that there is some problem with the priority queue implementation of hadoop import org.apache.hadoop.util.PriorityQueue; PriorityQueueClassifierResult queue = new ClassifierResultPriorityQueue(3); queue.insert(new

[jira] Created: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Robin Anil (JIRA)
Classifier PriorityQueue returns erroneous results -- Key: MAHOUT-186 URL: https://issues.apache.org/jira/browse/MAHOUT-186 Project: Mahout Issue Type: Bug Affects Versions: 0.1, 0.2

[jira] Work started: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MAHOUT-186 started by Robin Anil. Classifier PriorityQueue returns erroneous results -- Key:

[jira] Updated: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-186: -- Attachment: MAHOUT-186.patch Fix: Added PriorityQueue Test. Used java.util.PriorityQueue instead of

[jira] Updated: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-186: -- Status: Patch Available (was: In Progress) Classifier PriorityQueue returns erroneous results

[jira] Updated: (MAHOUT-148) Convert Classification Algs to use richer Writable syntax

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-148: -- Attachment: MAHOUT-148.patch Verified by running all combinations of Bayes|CBayes hdfs|hbase

[jira] Updated: (MAHOUT-148) Convert Classification Algs to use richer Writable syntax

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-148: -- Status: Patch Available (was: In Progress) Convert Classification Algs to use richer Writable syntax

[jira] Commented: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763035#action_12763035 ] Sean Owen commented on MAHOUT-186: -- Not sure what's up with the hadoop class, but sure

[jira] Commented: (MAHOUT-170) Enable Java compile optimize flag during build

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763085#action_12763085 ] Robin Anil commented on MAHOUT-170: --- HBase does jvm tuning out of the by enabling

[jira] Commented: (MAHOUT-138) Convert main() methods to use Commons CLI for argument processing

2009-10-07 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763109#action_12763109 ] Sean Owen commented on MAHOUT-138: -- I see, there was a commit, from Isabel. Is it done

[jira] Commented: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763124#action_12763124 ] Ted Dunning commented on MAHOUT-186: I don't quite understand the last comment, but

[jira] Commented: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763162#action_12763162 ] Sean Owen commented on MAHOUT-186: -- I will make up an alternate patch that either shows

[jira] Commented: (MAHOUT-186) Classifier PriorityQueue returns erroneous results

2009-10-07 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763172#action_12763172 ] Ted Dunning commented on MAHOUT-186: You are right that I should code up an example

[jira] Commented: (MAHOUT-138) Convert main() methods to use Commons CLI for argument processing

2009-10-07 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763265#action_12763265 ] Grant Ingersoll commented on MAHOUT-138: I think we just need to go through the

[jira] Updated: (MAHOUT-157) Frequent Pattern Mining using Parallel FP-Growth

2009-10-07 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-157: -- Attachment: MAHOUT-157-Oct-8.pfpgrowth.patch Implementation of Top K Parallel FPGrowth using the