[jira] Updated: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Jeff Eastman (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Eastman updated MAHOUT-236: Attachment: MAHOUT-236.patch Added a mean shift clustering job and now it works for CDbw too. On t

Survey

2010-04-20 Thread david.stu...@progressivealliance.co.uk
Hey Guys, I know this is kinda poor form but my partner is desperate to get 10 more developers to do her survey on Creativity in Developers for her Thesis it takes about 20mins to complete and I would really appreciate it the url is http://wheresciencemeetsart.com/user/register. Anything I can

Re: Urgent - Withdraw my application for Google summer of code

2010-04-20 Thread Robin Anil
Dear Yinhua, Most of us here at Mahout have full time day jobs and we contribute in terms of ideas and discussion and in terms of code only when we get time. You are welcome anytime to come and contribute to Mahout and code up your Algorithm as well as improve the codebase. If yo

[jira] Issue Comment Edited: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859042#action_12859042 ] Robin Anil edited comment on MAHOUT-236 at 4/20/10 3:53 PM: Yea

Re: Urgent - Withdraw my application for Google summer of code

2010-04-20 Thread Robin Anil
Noted. Robin On Wed, Apr 21, 2010 at 1:18 AM, yinghua hu wrote: > Mahout Development, > > I just got a summer internship offer today. I would like to withdraw my > application for GSOC. I am really sorry to tell you this late. I did not > hear anything from them until last week. I also did not

[jira] Commented: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859042#action_12859042 ] Robin Anil commented on MAHOUT-236: --- Yeah for partial membership, we can add multiple str

[jira] Commented: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859040#action_12859040 ] Ted Dunning commented on MAHOUT-236: Typically any place where you have an algorithm t

Urgent - Withdraw my application for Google summer of code

2010-04-20 Thread yinghua hu
Mahout Development, I just got a summer internship offer today. I would like to withdraw my application for GSOC. I am really sorry to tell you this late. I did not hear anything from them until last week. I also did not know that I would be selected for this internship. Thank you very much for y

[jira] Commented: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Jeff Eastman (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859027#action_12859027 ] Jeff Eastman commented on MAHOUT-236: - I'm running into a challenge integrating Fuzzy K

Re: SnowballAnalyzer

2010-04-20 Thread Sean Owen
Yes, you can discover the available constructors and their parameters. But I don't think that it make sense in general to just pass null / 0 to parameters or guess at dummy values. It'd be as likely to cause even subtler errors. I think what you have to do here is extend SnowballAnalyzer, where t

Re: SnowballAnalyzer

2010-04-20 Thread Robin Anil
+dev @Delroy: Well even if you did correct the spelling. I believe SnowballAnalyzer cannot be instantiated without a parameter like StandardAnalyzer. Constructor signature is: SnowballAnalyzer(String name); @dev: I am not a java reflection expert. But is there a way we can find the parameters of t

[jira] Resolved: (MAHOUT-336) Update Site for the Release

2010-04-20 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved MAHOUT-336. -- Resolution: Fixed I think this is resolved? I committed all changes i had mentioned. > Update Site for

[jira] Commented: (MAHOUT-337) Don't serialize cached length squared in JSON vector representation

2010-04-20 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858826#action_12858826 ] Sean Owen commented on MAHOUT-337: -- May I resolve this as won't-fix? we streamlined the no

[jira] Commented: (MAHOUT-236) Cluster Evaluation Tools

2010-04-20 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858811#action_12858811 ] Robin Anil commented on MAHOUT-236: --- Great start Jeff, I will test it and see if the CDbw

[jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-20 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858807#action_12858807 ] Sean Owen commented on MAHOUT-379: -- I'd like to commit this patch as it addresses a couple