Re: CKMeans Implementation

2017-11-08 Thread sebb
ribed here is *O(kn^2)* where *k*: number of clusters and > *n*: number of 1D points. But, there exists an efficient implementation in > later versions of cKMeans which is *O(knlog(n))* > > cKMeans is faster than kMeans and also deterministic in nature. Can I > submit a patch request

CKMeans Implementation

2017-11-08 Thread Shubham Jindal
and *n*: number of 1D points. But, there exists an efficient implementation in later versions of cKMeans which is *O(knlog(n))* cKMeans is faster than kMeans and also deterministic in nature. Can I submit a patch request for cKMeans implementation in Apache Commons Math3 ML Clustering <ht