Skip to content

jasonneylon/cljs-kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljs-kmeans

A reagent application designed to ... well, that part is up to you.

Development Mode

cljs-devtools

To enable:

  1. Open Chrome's DevTools,Ctrl-Shift-i
  2. Open "Settings", F1
  3. Check "Enable custom formatters" under the "Console" section
  4. close and re-open DevTools

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

lein clean
lein cljsbuild once min

About

K-means clustering in ClojureScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published