-
Notifications
You must be signed in to change notification settings - Fork 248
Home
Andrei Novikov edited this page Sep 4, 2019
·
31 revisions
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.
- E-Mail: [email protected];
- Issue Tracker: https://github.com/annoviko/pyclustering/issues;