Skip to content

pnavaro/GeometricClusterAnalysis.jl

Repository files navigation

GeometricClusterAnalysis.jl

Julia implementation of data clustering using underlying geometric and topological features.

WARNING: This package is not registered and may be subject to breaking changes anytime.

Build Status codecov Aqua QA

Documentation:

Installation

Download Julia. Try the package with

git clone https://github.com/pnavaro/GeometricClusterAnalysis.jl
cd GeometricClusterAnalysis.jl
julia --project
import Pkg
Pkg.instantiate()
include("examples/two_spirals.jl")

Clustering Algorithms

  • K-plm
  • K-pdtm
  • ToMaTo

See Also

Topological Data Analysis

Julia packages providing clustering methods: