An open API service indexing awesome lists of open source software.

https://github.com/echo-devim/jsilhouetteplotter

Simple script to generate a silhouette plot.
https://github.com/echo-devim/jsilhouetteplotter

Last synced: 3 months ago
JSON representation

Simple script to generate a silhouette plot.

Awesome Lists containing this project

README

        

# JSilhouette Plotter
JSilhouette Plotter is a simple JS script to show how to draw a silhouette plot using JavaScript and SVG. A silhouette plot is a kind of plot useful to visualize clusters produced by a clustering algorithm (e.g. K-Means).

![Image of silhoutte plot](https://raw.githubusercontent.com/echo-devim/JSilhouettePlotter/master/plot.png)

License
----
GPLv3+