The majority of the space is occupied by the input data that displays the dataset
On the right there are several buttons that allow the user to modify the data and to clusterize it:
- Add Row: Adds a new row to the data table.
- Remove Row: Removes selected row from the data table.
- Edit Cell: Allows editing of a specific cell in the data table.
- Clear Data: Clears all the data in the data table.
- Sort by Hierarchy
- Sort by Medoids
- Sort by Means
- Number of Clusters: Input the desired number of clusters.
- Number of Iterations: Input the number of iterations for the clustering algorithm.
The majority of the space is occupied by the output data presented in a form of a colored scatter plot and a table with the following columns:
- X Coordinate: X-axis value of the data point.
- Y Coordinate: Y-axis value of the data point.
- Cluster: Cluster number the data point belongs to.
- Visual representation of the clusters.
- Color-coded by cluster data points.
On the left there are several buttons that allow the user to work with the output data:
- Save Image: Extracts the scatter plot as an image (allows the user to choose the destination of the saved file).
- Save Results: Saves the clustered data results as txt file (allows the user to choose the destination of the saved file).
- Compare Methods: Allows user to compare different clustering methods (user should choose three output files saved by "Save Results" button).
When the application starts, the tab 1 is opened:
- Make sure tab 1 is opened.
- Use the data table to change your dataset. You can add, remove, or edit rows via buttons.
- Choose a clustering method from the available options (clusterize by hierarchy, means, medoids).
- Enter the number of clusters you want to create.
- Enter the number of iterations for the clustering algorithm
- Click the "Clusterize" button to perform the clustering.
- Navigate to tab 2 to view and save the results.
- Use the "Save Image" and "Save Results" buttons to save the output data (after clicked, choose the path to save the file).
- Use the "Compare Methods" button to compare different clustering methods (after clicked, choose three files saved by button "Save Results").
Using the following instuctions, user should be able to effectively use the Music & Mental Health interactive application to analyze and visualize the data.

