kmeans

This Release
kmeans 1.1.0
Date
Status
Stable
Other Releases
Abstract
K-means clustering as a user-defined window function
Description
This module provides k-means calculation over row set.
Released By
umitanuki
License
PostgreSQL
Resources
Special Files
Tags

Extensions

kmeans 1.1.0
k-means clustering function

README

kmeans-postgresql

This module implements k-means clustering algorithm in PostgreSQL. It is a truely user-defined window function out of builtin functions, written in C.

Designed for PostgreSQL 8.4+

Hitoshi Harada