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

Created Multivariate MCDE #66

Closed alanmazankiewicz closed 4 years ago

alanmazankiewicz commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will increase coverage by <.01%. The diff coverage is 44.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #66      +/-   ##
============================================
+ Coverage     49.47%   49.47%   +<.01%     
- Complexity    11433    11439       +6     
============================================
  Files          1652     1652              
  Lines         81163    81208      +45     
  Branches      14539    14548       +9     
============================================
+ Hits          40153    40176      +23     
- Misses        38050    38073      +23     
+ Partials       2960     2959       -1
Impacted Files Coverage Δ Complexity Δ
...elki/math/statistics/dependence/mcde/MCDETest.java 100% <100%> (ø) 0 <0> (ø) :arrow_down:
...lki/math/statistics/dependence/MCDEDependence.java 50% <8.82%> (-17.95%) 8 <2> (ø)
.../elki/math/statistics/dependence/mcde/MWPTest.java 90.47% <82.75%> (-1.37%) 16 <15> (+4)
...ain/java/elki/logging/progress/FiniteProgress.java 81.08% <0%> (-5.41%) 20% <0%> (-1%)
...a/elki/index/idistance/InMemoryIDistanceIndex.java 88.43% <0%> (+0.68%) 20% <0%> (ø) :arrow_down:
...ties/optionhandling/parameters/ClassParameter.java 29.85% <0%> (+4.47%) 9% <0%> (ø) :arrow_down:
...rc/main/java/elki/utilities/ClassGenericsUtil.java 52.38% <0%> (+4.76%) 11% <0%> (ø) :arrow_down:
...s/optionhandling/WrongParameterValueException.java 76.92% <0%> (+23.07%) 7% <0%> (+2%) :arrow_up:
...lities/exceptions/ClassInstantiationException.java 25% <0%> (+25%) 1% <0%> (+1%) :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 c57d91a...c4506f9. Read the comment docs.