This is a demo of Algorithmia's Weka Cluster microservice. Generate data points, then use the k-means cluster to classify them into the requested number of groups
This demo can be viewed at https://demos.algorithmia.com/cluster
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/cluster/public/js/main.js to place your own API Key (free signup) in the line containing
var apiKey - if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:cluster - open /build/cluster/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.