Discussion:
[jira] [Created] (MAHOUT-1942) Algorithms should be applicable to incore matrices
Trevor Grant (JIRA)
2017-02-24 14:08:44 UTC
Permalink
Trevor Grant created MAHOUT-1942:
------------------------------------

Summary: Algorithms should be applicable to incore matrices
Key: MAHOUT-1942
URL: https://issues.apache.org/jira/browse/MAHOUT-1942
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.1
Reporter: Trevor Grant
Fix For: 0.13.1


The functions in `org.apache.mahout.math.algorithms` should be able to be applied to incore matrices as well.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-02-24 14:08:44 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1942:
---------------------------------
Issue Type: Improvement (was: Bug)
Post by Trevor Grant (JIRA)
Algorithms should be applicable to incore matrices
--------------------------------------------------
Key: MAHOUT-1942
URL: https://issues.apache.org/jira/browse/MAHOUT-1942
Project: Mahout
Issue Type: Improvement
Affects Versions: 0.13.1
Reporter: Trevor Grant
Fix For: 0.13.1
The functions in `org.apache.mahout.math.algorithms` should be able to be applied to incore matrices as well.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-06-23 04:19:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060394#comment-16060394 ]

Trevor Grant commented on MAHOUT-1942:
--------------------------------------

Move to close this as "won't fix"

It has become evident that majority of algorithms fall into one of two categories-

1) Highly parallelizable- an incore version is distributed out via a map/reduce function, the distributed version is simply a wrapper

2) A not Highly parallelizable- In which case the optimal implementation for the incore and distributed version differ significantly.

By convention then, in the algorithms framework, models and fitters are presumed to be distributed unless `InCore` is the prefix of the class name.
Post by Trevor Grant (JIRA)
Algorithms should be applicable to incore matrices
--------------------------------------------------
Key: MAHOUT-1942
URL: https://issues.apache.org/jira/browse/MAHOUT-1942
Project: Mahout
Issue Type: Improvement
Affects Versions: 0.13.1
Reporter: Trevor Grant
Fix For: 0.13.2
The functions in `org.apache.mahout.math.algorithms` should be able to be applied to incore matrices as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Trevor Grant (JIRA)
2017-06-23 04:19:01 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1942:
---------------------------------
Fix Version/s: (was: 0.13.1)
0.13.2
Post by Trevor Grant (JIRA)
Algorithms should be applicable to incore matrices
--------------------------------------------------
Key: MAHOUT-1942
URL: https://issues.apache.org/jira/browse/MAHOUT-1942
Project: Mahout
Issue Type: Improvement
Affects Versions: 0.13.1
Reporter: Trevor Grant
Fix For: 0.13.2
The functions in `org.apache.mahout.math.algorithms` should be able to be applied to incore matrices as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Loading...