The sequel to clusterview. Built around the point and cluster structure of the kmeans project, aims to improve upon the design and structural weakness of clusterview and add many interesting interactive ways to explore kmeans.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Taylor Bockman 48e70df2bb Porting over necessary clusterview components. 5 years ago
clusterview2 Porting over necessary clusterview components. 5 years ago
.gitignore Porting over necessary clusterview components. 5 years ago
README.md Porting over necessary clusterview components. 5 years ago
TODO.org Porting over necessary clusterview components. 5 years ago
clusterview2.py Porting over necessary clusterview components. 5 years ago
clusterview2.ui Porting over necessary clusterview components. 5 years ago
clusterview2_ui.py Porting over necessary clusterview components. 5 years ago
main_window.py Porting over necessary clusterview components. 5 years ago
requirements-dev.txt Porting over necessary clusterview components. 5 years ago
requirements.txt Porting over necessary clusterview components. 5 years ago

README.md

clusterview2

The sequel to clusterview. Built around the point and cluster structure of the kmeans project, aims to improve upon the design and structural weakness of clusterview and add many interesting interactive ways to explore k-means.

Usage

TODO

Development

Make sure to install the development requirements using pip install -r requirements-dev.txt. This will install all main requirements as well as useful testing and linting tools.