pyclustering 0.9.3 library is a collection of clustering algorithms and methods, oscillatory networks, etc. GENERAL CHANGES: Introduced get_cf_clusters and get_cf_entries methods for BIRCH algorithm to get CF-entry encoding information (pyclustering.cluster.birch). See: https://github.com/annoviko/pyclustering/issues/569 Introduced predict method for SOMSC algorithm to find closest clusters for specified points (pyclustering.cluster.somsc). See: https://github.com/annoviko/pyclustering/issues/546 Parallel optimization of C++ pyclustering compilation process. See: https://github.com/annoviko/pyclustering/issues/553 Include folder for easy integration to other C++ projects. See: https://github.com/annoviko/pyclustering/is...