Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of KCenters #569

Merged
merged 5 commits into from
Mar 27, 2024
Merged

Conversation

laudavid
Copy link
Contributor

Modifications:

(new algorithms, added tests or documentation)

  • Added a new clustering algorithm KCenters in kcenters.py
  • Added tests for kcenters in test_kcenters.py
  • Added tutorial for kcenters in kcenters.ipynb

Impacted submodules:

(e.g. sknetwork.topology)

  • sknetwork.clustering

This pull request:

(your PR must match these criteria before review)

  • targets the develop branch
  • does not decrease code coverage
  • passes the tests
  • is documented and the documentation build passes
  • has PEP8-compliant code and explicit variable naming
  • has a tutorial (facultative but recommended)

Any doubts about some technicalities? Do not hesitate to look at the dedicated Wiki.

@tbonald tbonald merged commit d35af94 into sknetwork-team:develop Mar 27, 2024
8 checks passed
@tbonald tbonald deleted the kcenters branch March 27, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants