[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-30 Thread Suneel Marthi (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386272#comment-14386272
 ] 

Suneel Marthi commented on MAHOUT-1659:
---

Shannon, committed the patch to trunk with few other changes. Thanks again. 

 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386270#comment-14386270
 ] 

ASF GitHub Bot commented on MAHOUT-1659:


Github user asfgit closed the pull request at:

https://github.com/apache/mahout/pull/88


 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386293#comment-14386293
 ] 

Hudson commented on MAHOUT-1659:


SUCCESS: Integrated in Mahout-Quality #3027 (See 
[https://builds.apache.org/job/Mahout-Quality/3027/])
MAHOUT-1659: Remove deprecated Lanczos solver from spectral clustering in 
mr-legacy, this closes #88 (suneel.marthi: rev 
4b1c133325da0119e693b69811a54a16cd77aa55)
* CHANGELOG
* 
examples/src/main/java/org/apache/mahout/clustering/display/DisplayClustering.java
* 
examples/src/main/java/org/apache/mahout/clustering/display/DisplaySpectralKMeans.java
* 
mrlegacy/src/main/java/org/apache/mahout/clustering/spectral/kmeans/SpectralKMeansDriver.java


 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386067#comment-14386067
 ] 

ASF GitHub Bot commented on MAHOUT-1659:


Github user smarthi commented on the pull request:

https://github.com/apache/mahout/pull/88#issuecomment-87507795
  
Looks good Shannon, a few other changes that would be good to have in this 
PR

1.  Replace all Guava API calls in DisplaySpectralKMeans.java with the 
appropriate Java 7 api.
2.  think we should now purge Lanczos for good. Correct? If so please 
either create a new Jira for that or update this Jira with deprecated Lanczos.  
 Regardless Lanczos needs to be marked as deprecated in the code.


 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386004#comment-14386004
 ] 

ASF GitHub Bot commented on MAHOUT-1659:


GitHub user magsol opened a pull request:

https://github.com/apache/mahout/pull/88

MAHOUT-1659

Removed the dependency on the Lanczos solver from spectral clustering. Now 
exclusively uses SSVD for dimensionality reduction.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/magsol/mahout master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mahout/pull/88.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #88


commit 8cdcb4efd15ba2ca4622358bb93785d72caf6f38
Author: Shannon Quinn mag...@gmail.com
Date:   2015-03-29T23:05:58Z

Removed the dependency on the Lanczos solver from spectral clustering. Now 
exclusively uses SSVD for dimensionality reduction.




 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1659) Remove deprecated Lanczos solver from spectral clustering in mr-legacy

2015-03-29 Thread Shannon Quinn (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14386005#comment-14386005
 ] 

Shannon Quinn commented on MAHOUT-1659:
---

Pull request created: https://github.com/apache/mahout/pull/88

 Remove deprecated Lanczos solver from spectral clustering in mr-legacy
 --

 Key: MAHOUT-1659
 URL: https://issues.apache.org/jira/browse/MAHOUT-1659
 Project: Mahout
  Issue Type: Task
  Components: Clustering, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
Priority: Minor
 Fix For: 0.10.0


 Spectral clustering still has the option of using either SSVD or the Lanczos 
 solver for dimensionality reduction. Remove the latter entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)