Skip to content

aware-diag-sapienza/pek

Repository files navigation

PEK - Progressive Ensemble K-means clustering

The pek python module implements the analytic backend of VisPEK: a Visual Progressive Ensemble K-means clustering, Created by the A.WA.RE Research Group at Sapienza Università di Roma.

Installation

pip3 install pek

Usage

An example of its usage is reported in the file test.py

Server

Start the server with:

python3 -m pek.server [-p <port>]