Cluster.jl
Documentation for Cluster.jl. This is a package for clustering algorithms in Julia. It was created by a group of students as part of a project for the course "Julia for Machine Learning" at TU Berlin.
Please instead use the Clustering.jl package for a more complete and maintained package.
Installation
The package can be installed by running the following command in the Julia REPL:
using Pkg
Pkg.add(url="https://github.com/viktorlorentz/Cluster.jl")