VarIr / scikit-hubness

A Python package for hubness analysis and high-dimensional data mining
BSD 3-Clause "New" or "Revised" License
44 stars 10 forks source link

DOC fix algorithm section in docstrings #32

Closed VarIr closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #32 into develop will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #32      +/-   ##
===========================================
+ Coverage    98.79%   98.83%   +0.04%     
===========================================
  Files           54       54              
  Lines         4384     4386       +2     
  Branches       485      485              
===========================================
+ Hits          4331     4335       +4     
+ Misses          28       27       -1     
+ Partials        25       24       -1
Impacted Files Coverage Δ
skhubness/neighbors/graph.py 96.15% <ø> (ø) :arrow_up:
skhubness/neighbors/tests/test_lof.py 97.95% <100%> (+1.36%) :arrow_up:
skhubness/reduction/__init__.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/tests/test_neighbors.py 99.68% <100%> (ø) :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 22c9331...08541f3. Read the comment docs.