Question: Write a Java GUI program using JavaFx that will load a output file that contains clusters produced by a clustering technique called Unique Neighborhood Set

Write a Java GUI program using JavaFx that will load a output file that contains clusters produced by a clustering technique called "Unique Neighborhood Set Parameter Independent Density Based Clustering With Outlier Detection" (PIDC-O). A text file (cluster.txt) that contains the clusters will be uploaded into the subject interact site soon. The technique is applied on a dataset having 450 records and two attributes (X, Y). The number of clusters produced by PIDC- O from the dataset is four namely Cluster1, Cluster2, Cluster3 and Cluster4. For better understanding, the structure of the text file is discussed using the table below.

X 2 6 7 3 2 3 7 2.5 6.5 Y 4

The records of the file should be stored in a table called "Result" of a MySQL database called "DataClustering".

*Use JDBC Concept

Task Display the records of clusters

Write a Java GUI program that will read the clusters from the "Result" table "DataClustering" database and will display the records of the clusters in the GUI as shown below:

8 8 4 5 5 9 4.5 8.5 Cluster Cluster1 Cluster2 CLuster2


 
 

X 2 6 7 3 2 3 7 2.5 6.5 Y 4 8 8 4 5 5 9 4.5 8.5 Cluster Cluster1 Cluster2 CLuster2 Cluster1 CLuster1 Cluster1 Cluster2 Cluster1 Cluster2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!