Skip to content

Jeff-Tian/k-means

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

k-means

Online demo/visualization for k-means clustering process: https://kmeans.js.org

kmeans.js.org Build Status

Run on local machine

npm install
bower install
gulp

And then open browser and navigate to http://localhost:60004

Screen shot:

k-means screen shot

Generate deploy key

ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
# You will get 2 files:
#   gh-pages.pub (public key)
#   gh-pages     (private key)

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages