elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
781 stars 321 forks source link

Source code of GLOSH score #97

Closed BraulioSanchez closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #97 (2f1ae05) into master (79f21b8) will increase coverage by 0.01%. The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #97      +/-   ##
============================================
+ Coverage     51.48%   51.49%   +0.01%     
- Complexity    12591    12597       +6     
============================================
  Files          1794     1795       +1     
  Lines         89835    89889      +54     
  Branches      16551    16564      +13     
============================================
+ Hits          46248    46290      +42     
- Misses        39311    39318       +7     
- Partials       4276     4281       +5     
Impacted Files Coverage Δ
...rchical/extraction/HDBSCANHierarchyExtraction.java 83.42% <76.92%> (-1.10%) :arrow_down:
...i/src/main/java/elki/outlier/clustering/GLOSH.java 78.57% <78.57%> (ø)
...rc/main/java/elki/clustering/kmedoids/FastPAM.java 87.61% <0.00%> (-2.86%) :arrow_down:
...i-core-api/src/main/java/elki/result/Metadata.java 64.42% <0.00%> (+1.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79f21b8...2f1ae05. Read the comment docs.

kno10 commented 2 years ago

Hello, This pull likely needs to be recreated, because much of the hierarchical clustering (including HDBSCAN) was rewritten to use a merge history data structure instead of the SLINK-type pointer hierarchy previously used. That rewrite is finished, and seems to work fine. But this pull request now no longer can be merged, can you maybe update it? Thank you.

kno10 commented 1 year ago

Merged an adapted version