-
Hi,
If someone want to give it a try, like https://github.com/Cli98/anchor_computation_tool, I also adapted the code of https://github.com/zhouyuangan/K-Means-Anchors for obtaining anchors ratios u…
-
**Is your feature request related to a problem? Please describe.**
The current open source lacks an implementation of the K-means++ algorithm, which is a popular and effective initialization techniqu…
-
ELKI has much faster clustering implementations than Weka.
In particular, it includes some fast k-means variants.
It would be interesting to see how it competes in your benchmarks.
It's java, but it …
kno10 updated
6 years ago
-
I'm not sure quite what could be causing this. I'm attempting to cluster data with 2348 rows and 21 columns. Might be a bug in KMeans, or it might be an issue with my data, but it's just not clear whe…
-
Hi,
I am doing some tests and have an m-file `test.m`. I am calling this with
``` julia
mat"""
result = test();
"""
@mget result
println(result)
```
Everything works great. My result is extracted f…
-
### Functional spec
_computeKmeans_ utilizes Aster **kmeans** SQL/MR function plus comprehensive support for kmeans algorithm for all its phases:
1. data prep
2. initial group centroids
3. computing…
-