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

Docs #44

Closed VarIr closed 4 years ago

VarIr commented 4 years ago

Update documentation

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@0e1d230). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #44   +/-   ##
==========================================
  Coverage           ?   98.84%           
==========================================
  Files              ?       54           
  Lines              ?     4423           
  Branches           ?      485           
==========================================
  Hits               ?     4372           
  Misses             ?       27           
  Partials           ?       24
Impacted Files Coverage Δ
skhubness/neighbors/classification.py 100% <ø> (ø)
skhubness/neighbors/graph.py 96.15% <ø> (ø)
skhubness/neighbors/regression.py 100% <ø> (ø)
skhubness/neighbors/random_projection_trees.py 98.88% <ø> (ø)
skhubness/neighbors/lof.py 100% <ø> (ø)
skhubness/neighbors/unsupervised.py 100% <ø> (ø)
skhubness/neighbors/nearest_centroid.py 100% <100%> (ø)
skhubness/neighbors/kde.py 100% <100%> (ø)
skhubness/neighbors/nca.py 100% <100%> (ø)

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 0e1d230...6f4f3be. Read the comment docs.