8000 GitHub - dominicdayta/kmeans-learn: Porting my original kmeans applet into a pedagogical tool.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dominicdayta/kmeans-learn

Repository files navigation

kmeans-learn

Porting my original kmeans applet into a pedagogical tool.

Introduction

Earlier this year, I created a Javascript applet giving users a step-by-step view into how Lloyd's Algorithm is used in cluster analysis. Here is the same applet built on top of a simple Express / Node JS web application as a pedagogical tool for teaching students how the algorithm works.

For Developers

Initilize the server using nodemon:

npm run devStart

Make sure to run mongodb (I'm assuming the system is Mac OS, Catalina onwards).

brew services run mongodb-community

The server is set to listen to port 4000.

Preview

The application is now live at https://kmeanslearn.herokuapp.com/ but is currently in members-only mode.

About

Porting my original kmeans applet into a pedagogical tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0