Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add geometric mean normalization for scores #239

Add alternative formula for verifying geometric mean

f2fdcbe
Select commit
Loading
Failed to load commit list.
Merged

Add geometric mean normalization for scores #239

Add alternative formula for verifying geometric mean
f2fdcbe
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Aug 3, 2023 in 0s

86.23% (+3.80%) compared to 6ad641a

View this Pull Request on Codecov

86.23% (+3.80%) compared to 6ad641a

Details

Codecov Report

Merging #239 (f2fdcbe) into feature/normalization (6ad641a) will increase coverage by 3.80%.
Report is 1 commits behind head on feature/normalization.
The diff coverage is 93.93%.

@@                     Coverage Diff                     @@
##             feature/normalization     #239      +/-   ##
===========================================================
+ Coverage                    82.43%   86.23%   +3.80%     
- Complexity                     323      337      +14     
===========================================================
  Files                           26       28       +2     
  Lines                          979      981       +2     
  Branches                       153      153              
===========================================================
+ Hits                           807      846      +39     
+ Misses                         108       69      -39     
- Partials                        64       66       +2     
Files Changed Coverage Δ
...ation/ArithmeticMeanScoreCombinationTechnique.java 89.47% <88.88%> (-2.84%) ⬇️
...ination/HarmonicMeanScoreCombinationTechnique.java 94.11% <91.66%> (+94.11%) ⬆️
...nation/GeometricMeanScoreCombinationTechnique.java 94.11% <94.11%> (ø)
...ch/processor/combination/ScoreCombinationUtil.java 95.45% <95.45%> (ø)
...processor/combination/ScoreCombinationFactory.java 100.00% <100.00%> (ø)