| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
3529 (0.303s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: immutable vs mutable vectors - Mahout - [mail # dev]
|
|
...We update using a functional style. As Sebastian pointed out, the key entry point is assign(...) in various flavors. Common mutations like addition of sparse vectors are special ...
|
|
|
Author: Ted Dunning,
2013-04-15, 15:24
|
|
|
Re: Re: does mahout source repo miss lots of file? - Mahout - [mail # user]
|
|
...Sounds like the right steps. Is there a reason that you are not using the trunk version? Can you include error messages? On Sun, Apr 14, 2013 at 9:28 PM, mlw5415 wro...
|
|
|
Author: Ted Dunning,
2013-04-15, 04:57
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Robin, Can you make sure that the patches are somewhere that Dan can pick up this work? He is in GMT+2 and is probably about to appear on the scene. On Sun, Apr 14, ...
|
|
|
Author: Ted Dunning,
2013-04-15, 04:56
|
|
|
Re: Re: does mahout source repo miss lots of file? - Mahout - [mail # user]
|
|
...Yes. They are generated. On Sun, Apr 14, 2013 at 9:08 PM, mlw5415 wrote: ...
|
|
|
Author: Ted Dunning,
2013-04-15, 04:17
|
|
|
Re: does mahout source repo miss lots of file? - Mahout - [mail # user]
|
|
...These classes are generated at compile time. On Sun, Apr 14, 2013 at 8:35 PM, mlw5415 wrote: ...
|
|
|
Author: Ted Dunning,
2013-04-15, 03:55
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Collections (no longer colt collections) are now part of mahout math. No need to keep them separate. The lower iterator can reference Vector.Element On Sun, Apr 14, 2013 a...
|
|
|
Author: Ted Dunning,
2013-04-15, 01:46
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Hmph.. You delegate to the lower iterator entirely. Why not just return it in the first place? On Sun, Apr 14, 2013 at 5:27 PM, Robin Anil wrote: ...
|
|
|
Author: Ted Dunning,
2013-04-15, 01:20
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Well... current iterator style with a non-side-effecting version of hasNext(), of course. Reusing the container is OK if the performance hit is substantial. On Sun, Apr 14, 2013...
|
|
|
Author: Ted Dunning,
2013-04-15, 00:04
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Did you mark the class and fields all as final? That might help the compiler realize it could in-line stuff and avoid the constructor (not likely, but possible) On Sun, Apr 14, ...
|
|
|
Author: Ted Dunning,
2013-04-14, 23:55
|
|
|
Re: factorization machines as new project - Mahout - [mail # dev]
|
|
...Awesome progress. Thanks much! On Sun, Apr 14, 2013 at 1:27 PM, Gokhan Capan wrote: ...
|
|
|
Author: Ted Dunning,
2013-04-14, 21:17
|
|
|
|