elki-project / elki

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

Unit tests for elki-input package #34

Closed ghost closed 7 years ago

ghost commented 7 years ago

Work complete.

codecov-io commented 7 years ago

Codecov Report

Merging #34 into master will increase coverage by 1.47%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
+ Coverage     36.37%   37.84%   +1.47%     
- Complexity     8983     9387     +404     
============================================
  Files          1639     1639              
  Lines         83926    83926              
  Branches      15317    15317              
============================================
+ Hits          30524    31764    +1240     
+ Misses        50642    49236    -1406     
- Partials       2760     2926     +166
Impacted Files Coverage Δ Complexity Δ
...tion/instancewise/InstanceMinMaxNormalization.java 55.93% <ø> (+55.93%) 10 <0> (+10) :arrow_up:
...n/columnwise/AttributeWiseMinMaxNormalization.java 48.68% <ø> (ø) 17 <0> (ø) :arrow_down:
...h/src/main/java/de/lmu/ifi/dbs/elki/math/Mean.java 64.7% <ø> (ø) 14 <0> (ø) :arrow_down:
...ilter/typeconversions/SplitNumberVectorFilter.java 85.96% <ø> (+85.96%) 12 <0> (+12) :arrow_up:
...ce/filter/cleaning/ReplaceNaNWithRandomFilter.java 54.92% <ø> (+54.92%) 14 <0> (+14) :arrow_up:
...lki/datasource/GeneratorXMLDatabaseConnection.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...e/filter/selection/RandomSamplingStreamFilter.java 85.18% <100%> (+85.18%) 7 <0> (+7) :arrow_up:
...ce/filter/cleaning/VectorDimensionalityFilter.java 63.88% <100%> (+63.88%) 13 <0> (+13) :arrow_up:
...datasource/filter/selection/SortByLabelFilter.java 91.66% <100%> (+91.66%) 7 <0> (+7) :arrow_up:
...s/elki/index/idistance/InMemoryIDistanceIndex.java 73.78% <0%> (-1.22%) 17% <0%> (ø)
... and 65 more

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 1517c80...2df73cc. Read the comment docs.

kno10 commented 7 years ago

Rebased, reviewed, polished, and merged. Thank you.