Skip to content

Source code of the paper "A New Index for Clustering Evaluation Based on Density Estimation."

License

Notifications You must be signed in to change notification settings

mike-liuliu/gl_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 30, 2025
483ec28 · Jan 30, 2025

History

8 Commits
Jan 30, 2025
Jan 30, 2025
Jun 19, 2024
Jan 30, 2025
Jun 19, 2024
Jun 19, 2024
Jan 8, 2025
Jan 30, 2025
Jun 27, 2024
Jun 22, 2024
Jan 30, 2025
Jan 30, 2025
Jan 30, 2025
Jan 30, 2025
Jan 30, 2025
Jan 30, 2025
Jun 19, 2024
Jun 19, 2024

Repository files navigation

0. This is the source code of the paper "A New Index for Clustering Evaluation Based on Density Estimation."

1. In function index_plot_first_n_label_one_data, if the index's score is "smaller is better", then the "smaller_better" hyper-parameter should be set to True. Otherwise, if the index's score is "larger is better", then the "smaller_better" hyper-parameter should be set to False.

2. Readers can test their own index function, the API is:
   
    def index_function(X, label):
   
    some codes to compute the index value ...
    
    return the_index_value

then call the index_plot_first_n_label_one_data function. Note the "smaller_better" hyper-parameter.

3. License.
   
License of the source code : Apache License, Version 2.0
License of new data: Creative Commons Attribution 4.0 International

4. Citation:

@article{liu2022new,
  title={A new index for clustering evaluation based on density estimation},
  author={Liu, Gangli},
  journal={arXiv preprint arXiv:2207.01294},
  year={2022}
}

5. The "multiple_label_145.p" file is larger than 100MB, so it was compressed to make it smaller. Readers need to unzip the "multiple_label_145.p.zip" file in the "data" folder.

 




 

Releases

No releases published

Packages

No packages published