cogset 0.1.0

Generic implementations of clustering algorithms. Includes DBSCAN.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cogset"
version = "0.1.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>"]

license = "MIT/Apache-2.0"
keywords = ["data-science", "cluster", "clustering"]
homepage = "https://github.com/huonw/cogset"
repository = "https://github.com/huonw/cogset"
documentation = "http://huonw.github.io/cogset/cogset/"

description = """
Generic implementations of clustering algorithms. Includes DBSCAN.
"""