/LMCLUS.jl

The Julia package for Linear Manifold Clustering

Primary LanguageJuliaMIT LicenseMIT

LMCLUS

A Julia package for linear manifold clustering.

Build Status Coverage Status DOI

Installation

Prior to Julia v0.7.0

Pkg.clone("https://github.com/wildart/LMCLUS.jl.git")

For Julia v0.7.0/1.0.0

pkg> add https://github.com/wildart/LMCLUS.jl.git#0.4.0

For Julia 1.1+, add BoffinStuff registry in the package manager before installing the package.

pkg> registry add https://github.com/wildart/BoffinStuff.git
pkg> add LMCLUS

Julia Compatibility

Julia Version LMCLUS version
v0.3.* v0.0.2
v0.4.* v0.1.2
v0.5.* v0.2.0
v0.6.* v0.3.0
≥v0.7.* v0.4.0
≥v1.1.* ≥v0.4.1

Resources