Probabilistic Quantum Clustering
-Before, add project folder to Matlab search path.
The script uses 5 datasets as examples, they are contained in datasets4.mat, where one of them is selected by the opt variable.
There are two model variants implemented, QC2 and QC3. They can be switched with QC3 = True/False
The two main hyper-parameters can be scanned enabling the following variables (scan_knn and scan_dE). The graph with average negative log-likelihood (ALL) will help to select the most appropriate hyper-parameter (the smaller ALL the better).
TODO: Add additional guidelines to clarify the usage