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

[ANNOUNCEMENT] Apache Commons Lang 3.7

2017-11-08 Thread Gary Gregory
The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.7. Apache Commons Lang provides helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System pr

Re: [ANNOUNCEMENT] Apache Commons Lang 3.7

2017-11-08 Thread Pascal Schumacher
Hi Gary, thank you very much for being the release manager! Cheers, Pascal Am 08.11.2017 um 19:59 schrieb Gary Gregory: The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.7. Apache Commons Lang provides helper utilities for the java.lang API, notably S

Re: [ANNOUNCEMENT] Apache Commons Lang 3.7

2017-11-08 Thread Gary Gregory
You're welcome :-) One day, we can just issue a single command... Gary On Wed, Nov 8, 2017 at 12:27 PM, Pascal Schumacher wrote: > Hi Gary, > > thank you very much for being the release manager! > > Cheers, > Pascal > > > Am 08.11.2017 um 19:59 schrieb Gary Gregory: > >> The Apache Commons comm

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

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,