[jira] [Commented] (SPARK-3439) Add Canopy Clustering Algorithm

2015-02-09 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313580#comment-14313580 ] Muhammad-Ali A'rabi commented on SPARK-3439: I have implemented the canopy

[jira] [Comment Edited] (SPARK-3439) Add Canopy Clustering Algorithm

2015-02-09 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313580#comment-14313580 ] Muhammad-Ali A'rabi edited comment on SPARK-3439 at 2/10/15 5:11 AM:

[jira] [Commented] (SPARK-3439) Add Canopy Clustering Algorithm

2015-01-27 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293526#comment-14293526 ] Muhammad-Ali A'rabi commented on SPARK-3439: Input is a collection of vectors

[jira] [Commented] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-24 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14290523#comment-14290523 ] Muhammad-Ali A'rabi commented on SPARK-5226: That's right. For very huge data,

[jira] [Commented] (SPARK-3439) Add Canopy Clustering Algorithm

2015-01-24 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14290634#comment-14290634 ] Muhammad-Ali A'rabi commented on SPARK-3439: Possible implementation:

[jira] [Comment Edited] (SPARK-3439) Add Canopy Clustering Algorithm

2015-01-24 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14290634#comment-14290634 ] Muhammad-Ali A'rabi edited comment on SPARK-3439 at 1/24/15 2:41 PM:

[jira] [Commented] (SPARK-3439) Add Canopy Clustering Algorithm

2015-01-19 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14282460#comment-14282460 ] Muhammad-Ali A'rabi commented on SPARK-3439: We are using k-means with canopy

[jira] [Comment Edited] (SPARK-3439) Add Canopy Clustering Algorithm

2015-01-19 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14282460#comment-14282460 ] Muhammad-Ali A'rabi edited comment on SPARK-3439 at 1/19/15 12:32 PM:

[jira] [Comment Edited] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-15 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279170#comment-14279170 ] Muhammad-Ali A'rabi edited comment on SPARK-5226 at 1/15/15 7:33 PM:

[jira] [Commented] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-15 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279170#comment-14279170 ] Muhammad-Ali A'rabi commented on SPARK-5226: This is DBSCAN algorithm:

[jira] [Commented] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-14 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278305#comment-14278305 ] Muhammad-Ali A'rabi commented on SPARK-5226: Yeah, of course. It will take me

[jira] [Commented] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-13 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275981#comment-14275981 ] Muhammad-Ali A'rabi commented on SPARK-5226: Although I can't assign this task

[jira] [Created] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-13 Thread Muhammad-Ali A'rabi (JIRA)
Muhammad-Ali A'rabi created SPARK-5226: -- Summary: Add DBSCAN Clustering Algorithm to MLlib Key: SPARK-5226 URL: https://issues.apache.org/jira/browse/SPARK-5226 Project: Spark Issue

[jira] [Updated] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-13 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad-Ali A'rabi updated SPARK-5226: --- Description: MLlib is all k-means now, and I think we should add some new clustering

[jira] [Updated] (SPARK-5226) Add DBSCAN Clustering Algorithm to MLlib

2015-01-13 Thread Muhammad-Ali A'rabi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad-Ali A'rabi updated SPARK-5226: --- Labels: DBSCAN (was: ) Add DBSCAN Clustering Algorithm to MLlib