Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New class structure in the package and incorporation of distance matrix clustering #36

Merged
merged 11 commits into from
Dec 4, 2023

Conversation

panagiotisanagnostou
Copy link
Owner

We have changed the basic structure of the algorithm implementation classes to better depict the partition structure we are implementing with in our package. To this end, we created the Partition class which is inherited by all the classes within our package, and template class and by method overloading we implement the individual algorithms.

Finally, we introduced the execution of distance matrix clustering. For the implementation of this change we used the Multi-Dimensional Scaling technique, to try and reconstruct a low-dimensional representation of the data through their distances.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

Merging #36 (d0cc9e5) into main (2495a66) will decrease coverage by 1.57%.
The diff coverage is 96.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   95.13%   93.56%   -1.57%     
==========================================
  Files           4        5       +1     
  Lines        1295      964     -331     
==========================================
- Hits         1232      902     -330     
+ Misses         63       62       -1     

@panagiotisanagnostou panagiotisanagnostou merged commit eb02491 into main Dec 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant