Software for banded matrix visualization of binary data sets
View all the options:
python banded_visualization.py --help
Running with default parameters and showing resulting images to a popup window:
python -m banded_visualization <mode> <path-to-folder-with-data>
Running the included tweets
example showing the clusters:
python -m banded_visualization clusters path-to-folder-tweets
Running the included tweets
example showing the rules and outputting the results into a folder:
python -m banded_visualization clusters path-to-folder-tweets -o path-to-output-folder/name
This results in the program to create files name_cluster_1.png, name_cluster_2.png, ..., name_cluster_k.png
in the folderpath-to-output-folder