kmeans-postgresql
kmeans-postgresql copied to clipboard
K-means function as a user-defined window function in PostgreSQL
kmeans-postgresql
This module implements k-means clustering algorithm in PostgreSQL. It is a truly user-defined window function out of builtin functions, written in C.
Designed for PostgreSQL 8.4+
Hitoshi Harada