Skip to content
Andrei Novikov edited this page Sep 4, 2019 · 31 revisions

Introduction

pyclustering is a python data mining library which is focused on bio-inspired algorithms (based on oscillatory neural networks), and on classical algorithms that are widely used in many applications. The library strongly covers cluster analysis and oscillatory networks. pyclustering provides opportunity to examine oscillatory networks and neural networks abstracting from data mining.

The core of the library ccore is implemented on C/C++ and used as a shared library. Thus, pyclustering can be used in python scripts as well as in others languages using dynamic link library ccore for windows or linux.

PyClustering Documentation

Support

Contribution

Feedback

Clone this wiki locally