Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
osumray committed Nov 29, 2023
2 parents 02902ac + d984e79 commit 2dd9654
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _software/persistable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: persistable
title: Persistable
tags:
- lang/python
- type/clustering
- type/persistence
- complex/rips
- complex/cluster-tree
- complex/rips-weighted
- custom/distance
- vis/diagram
- vis/barcode

links:
- name: Repository
url: https://github.com/LuisScoccola/persistable
- name: Docs
url: https://persistable.readthedocs.io
- name: Software Paper
url: https://joss.theoj.org/papers/10.21105/joss.05022

---

Persistent and stable clustering (Persistable) is a density-based clustering algorithm intended for exploratory data analysis. What distinguishes Persistable from other clustering algorithms is its visualization capabilities. Persistable's interactive mode lets you visualize multi-scale and multi-density cluster structure present in the data. This is used to guide the choice of parameters that lead to the final clustering. Persistable is based on multi-parameter persistence, a method from topological data analysis.

0 comments on commit 2dd9654

Please sign in to comment.