elki-project / elki

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

Source code of GLOSH score #93

Closed BraulioSanchez closed 3 years ago

BraulioSanchez commented 3 years ago

In the GLOSH class there is a TODO, could you please tell me how to fix it?

codecov[bot] commented 3 years ago

Codecov Report

Merging #93 (3529f77) into master (20b92c4) will increase coverage by 0.01%. The diff coverage is 93.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #93      +/-   ##
============================================
+ Coverage     50.86%   50.88%   +0.01%     
- Complexity    12103    12106       +3     
============================================
  Files          1726     1727       +1     
  Lines         86191    86251      +60     
  Branches      15865    15877      +12     
============================================
+ Hits          43842    43889      +47     
- Misses        38226    38234       +8     
- Partials       4123     4128       +5     
Impacted Files Coverage Δ
...i/src/main/java/elki/outlier/clustering/GLOSH.java 91.30% <91.30%> (ø)
...rchical/extraction/HDBSCANHierarchyExtraction.java 86.45% <94.59%> (+1.94%) :arrow_up:
...ava/elki/data/synthetic/bymodel/GeneratorMain.java 39.41% <0.00%> (-2.92%) :arrow_down:
...rc/main/java/elki/clustering/kmedoids/FastPAM.java 87.61% <0.00%> (-2.86%) :arrow_down:
...data/synthetic/bymodel/GeneratorSingleCluster.java 48.86% <0.00%> (-2.28%) :arrow_down:

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 20b92c4...3529f77. Read the comment docs.

BraulioSanchez commented 3 years ago

I need to fix this implementation.