Re: MATH cKMeans Implementation

2017-11-09 Thread Shubham Jindal
Hello, Thanks Gilles for the set of steps to be followed. I have created a feature ticket on JIRA https://issues.apache.org/jira/browse/MATH-1435. Please assign the ticket to me. I will now work on creating a feature branch and work on it. Thanks Shubham Jindal On Thu, Nov 9, 2017 at 6:32 PM, Gil

Re: MATH cKMeans Implementation

2017-11-09 Thread Gilles
Hello. On Thu, 9 Nov 2017 10:15:11 +0530, Shubham Jindal wrote: Hello, Thanks for the update Gilles. How should I proceed with the patch request? Shall I go ahead and create a feature request on JIRA and then have a patch request tied to that feature? Yes, that is fine. However, to minimize

Re: MATH cKMeans Implementation

2017-11-08 Thread Shubham Jindal
Hello, Thanks for the update Gilles. How should I proceed with the patch request? Shall I go ahead and create a feature request on JIRA and then have a patch request tied to that feature? Please let me know the procedure to go ahead with this Thanks Shubham Jindal On Thu, Nov 9, 2017 at 5:44 AM,

Re: MATH cKMeans Implementation

2017-11-08 Thread Gilles
Hi. On Wed, 8 Nov 2017 21:20:19 +0530, Shubham Jindal wrote: Hello, I have written a full fledged efficient implementation of cKMeans in Java https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html and https://journal.r-project.org/archive/2011-2/RJournal_2011-2_Wang+Song.pdf The a

MATH cKMeans Implementation

2017-11-08 Thread Shubham Jindal
Hello, I have written a full fledged efficient implementation of cKMeans in Java https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html and https://journal.r-project.org/archive/2011-2/RJournal_2011-2_Wang+Song.pdf The algorithm described here is *O(kn^2)* where *k*: number of clusters