Skip to content

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

Notifications You must be signed in to change notification settings

akolts/kmeans-postgresql

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.9%
  • Perl 12.5%
  • Makefile 5.6%