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.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Taylor Bockman ff4a8c5d0d Improve clearing canvas. pirms 5 gadiem
clusterview2 Add point clearing pirms 5 gadiem
.gitignore Porting over necessary clusterview components. pirms 5 gadiem
README.md New README image. pirms 5 gadiem
clusterview2.py Porting over necessary clusterview components. pirms 5 gadiem
clusterview2.ui Add point clearing pirms 5 gadiem
clusterview2_ui.py Add point clearing pirms 5 gadiem
example.PNG Better example image pirms 5 gadiem
main_window.py Improve clearing canvas. pirms 5 gadiem
requirements-dev.txt Porting over necessary clusterview components. pirms 5 gadiem
requirements.txt Make point inheirit from point in kmeans pirms 5 gadiem
setup.cfg Clean up clusterview old code a little bit, first launch without the grouping stuff. pirms 5 gadiem

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

First install the necessary packages:

pip install -r requirements.txt

Then launch clusterview2 using:

python clusterview2.py

from the root directory.

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.

Regenerating the UI

After modifying the *.ui file in Qt Designer run

pyuic5 clusterview2.ui -o clusterview2_ui.py

to regenerate the UI python file.