| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
813 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Comments on MAHOUT-1227 ? - Mahout - [mail # dev]
|
|
...This has been submitted. I suggest everyone who's got changes checked out update sometime soon, to minimize merge conflicts. On Fri, May 24, 2013 at 2:17 AM, Shannon Quinn  ...
|
|
|
Author: Jake Mannix,
2013-05-24, 17:26
|
|
|
Re: Comments on MAHOUT-1227 ? - Mahout - [mail # dev]
|
|
...I dunno man, I think we've found 2 errors so far because the dev glibly did the simplest possible thing and did for (Element e : vector), and they really meant for (Element e : vector.nonZer...
|
|
|
Author: Jake Mannix,
2013-05-24, 02:56
|
|
|
Comments on MAHOUT-1227 ? - Mahout - [mail # dev]
|
|
...It's done, patch passes tests, but it involves adding 308 lines (removing 556 others!) across 84 classes in the codebase, so it probably touches something you wrote. So I'm going to le...
|
|
|
Author: Jake Mannix,
2013-05-24, 02:06
|
|
|
Re: ASF Board Report for May 2013 is now due - Mahout - [mail # dev]
|
|
...Hey Mahout-devs, Looks like it's time for a board report again, and since I missed last month, we've got two months to report on, so if you've got things you want to add to the ...
|
|
|
Author: Jake Mannix,
2013-05-06, 16:56
|
|
|
Re: CVB outputs very few topics - Mahout - [mail # user]
|
|
...You don't need to set the nt parameter if you pass in the dictionary directly (as it's inferred by loading the dictionary). This issue of only seeing one or two topics is very strange ...
|
|
|
Author: Jake Mannix,
2013-04-23, 16:54
|
|
|
Re: Vector and Matrices - The Next Gen - Mahout - [mail # dev]
|
|
...They're very unsafe, and it gets really complicated to make them both highly performant and thread safe, and like Ted says: just synchronize at a higher level. You're never dealing wit...
|
|
|
Author: Jake Mannix,
2013-04-19, 21:03
|
|
|
Re: cvb vectordump - Mahout - [mail # user]
|
|
...Ok this output looks more like what you should be getting, in the sense that there are some common words with similar global frequencies toward the beginning of the lists, but the question a...
|
|
|
Author: Jake Mannix,
2013-04-19, 17:11
|
|
|
Re: DenseRowMatrix? - Mahout - [mail # user]
|
|
...SparseMatrix is implemented as a Map, you could modify that class to allow you to chose between dense or sparse rows at construction time. On Wed, Apr 17, 2013 at 4:01 PM, Robin Anil ...
|
|
|
Author: Jake Mannix,
2013-04-18, 01:43
|
|
|
Re: cvb vectordump - Mahout - [mail # user]
|
|
...You should just be building off of trunk (0.8-snapshot) in which case you should be working just fine. On Tue, Apr 16, 2013 at 6:43 AM, Chris Harrington wrote: &n...
|
|
|
Author: Jake Mannix,
2013-04-16, 13:45
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...On Mon, Apr 15, 2013 at 12:14 PM, Robin Anil wrote: Killing iteration would be really really bad, from a useability standpoint. In fact, I've been moving in the other dire...
|
|
|
Author: Jake Mannix,
2013-04-15, 19:21
|
|
|
|