annoviko / annoviko/pyclustering

[pyclustering.cluster.bsas][ccore.clst.bsas] Clustering of stream data

Open
#423 0 comments 0 reactions 1 assignee Claimed by @annoviko View on GitHub
Enhancement Good First Issue
Dominant language
Python
Stars
1.2k
Forks
262
PR merge metrics
No merged PRs in 30d

Description

**Introduction**
Sequential algorithm BSAS can be used for stream processing. Current implementation requires whole dataset at once and adding new point requires to repeat processing again. Therefore new method is required to continue processing is required.

**Description**
Method 'continue(self, data)' should be implemented. Where 'data' is containers of added points. When 'continue()' finish processing, methods 'get_clusters()' and 'get_representatives()' should returned new clusters and representatives.

Interface between pyclustering and its core should be also updated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.