packages feed

kmeans-0.1.3: kmeans.cabal

Name:               kmeans
Version:            0.1.3
Description:        A simple library for k-means clustering
Category:           algorithms, clustering, data mining
Synopsis:           K-means clustering algorithm
License:            BSD3
License-file:       LICENSE
Author:             Keegan Carruthers-Smith
Maintainer:         gershomb@gmail.com
Build-Type:         Simple
Cabal-Version:      >= 1.6

Library
    Build-Depends:  base >= 3 && < 6

    Exposed-Modules:
        Data.KMeans

source-repository head
  type:      darcs
  location:  http://hub.darcs.net/gershomb/kmeans