Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 233 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 233 Bytes

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