biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

KMeans: Handle missing values #127

Closed janezd closed 2 years ago

janezd commented 3 years ago
Issue

Fixes #122.

Description of changes

Fix the dimensions of arrays with data for membership lines.

Includes
codecov-commenter commented 3 years ago

Codecov Report

Merging #127 (448cefb) into master (ba31043) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   82.91%   82.91%           
=======================================
  Files          17       17           
  Lines        3014     3014           
  Branches      352      352           
=======================================
  Hits         2499     2499           
  Misses        461      461           
  Partials       54       54           
Impacted Files Coverage Δ
orangecontrib/educational/widgets/owkmeans.py 80.53% <100.00%> (ø)

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 ba31043...448cefb. Read the comment docs.