/kmeans-postgresql

K-means function as a user-defined window function in PostgreSQL

Primary LanguageCOtherNOASSERTION

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