Skip to content

Commit

Permalink
Merge pull request #4 from felixlaplante/main
Browse files Browse the repository at this point in the history
Update qmd, and images
  • Loading branch information
jchiquet authored Jan 4, 2025
2 parents 08fec4e + 31f416f commit ab6ab6c
Show file tree
Hide file tree
Showing 13 changed files with 153 additions and 62 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Authors:

Spectral Bridges is a clustering algorithm that builds upon the traditional k-means and spectral clustering frameworks by subdividing data into small Voronoi regions, which are subsequently merged according to a connectivity measure. Drawing inspiration from Support Vector Machine's margin concept, a non-parametric clustering approach is proposed, building an affinity margin between each pair of Voronoi regions. This approach is characterized by minimal hyperparameters and delineation of intricate, non-convex cluster structures.

The Spectral Bridge algorithm is implemented both in
The Spectral Bridges algorithm is implemented both in

- Python: <https://pypi.org/project/spectral-bridges/>
- Python: <https://pypi.org/project/spectral-bridges>
- R: <https://github.com/cambroise/spectral-bridges-Rpackage>.

[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/computorg/published-202412-ambroise-spectral/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/computorg/published-202412-ambroise-spectral)
Expand Down
Binary file modified figures/GTumap.pdf
Binary file not shown.
Binary file modified figures/KMumap.pdf
Binary file not shown.
Binary file modified figures/SBumap.pdf
Binary file not shown.
Binary file modified figures/cancer_summary.pdf
Binary file not shown.
Binary file modified figures/clean_impossible.pdf
Binary file not shown.
Binary file modified figures/gaussian_noise_impossible.pdf
Binary file not shown.
Binary file modified figures/nodes_vs_score.pdf
Binary file not shown.
Binary file modified figures/nodes_vs_time.pdf
Binary file not shown.
Binary file modified figures/size_vs_time.pdf
Binary file not shown.
Binary file modified figures/synthetic_summary.pdf
Binary file not shown.
Binary file modified figures/uniform_noise_impossible.pdf
Binary file not shown.
211 changes: 151 additions & 60 deletions published-202412-ambroise-spectral.qmd

Large diffs are not rendered by default.

0 comments on commit ab6ab6c

Please sign in to comment.