# kmeans-postgresql **Repository Path**: mirrors_cybertec-postgresql/kmeans-postgresql ## Basic Information - **Project Name**: kmeans-postgresql - **Description**: K-means function as a user-defined window function in PostgreSQL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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