-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implemented Mini-Batch K-Means and Birch clustering algorithms (scikit-learn). * Implemented Agglomerative Clustering (scikit-learn). * Fixed cluster labels mapping dictionary checking procedure. * Implemented Agglomerative Clustering (scipy). * Implemented Birch clustering algorithm (pyclustering). * Implemented Cure clustering algorithm (pyclustering). * Implemented K-Means clustering algorithm (pyclustering). * Small documentation fixes and reorder clustering algorithms labels. * Implemented X-Means clustering algorithm (pyclustering). * Implemented Agglomerative clustering algorithm (fastcluster) and reorder clustering algorithms labels. * Implemented two data standardization algorithms to standardize the clustering global data matrix. * Included standardization algorithm as an optional parameter in CRATE's input data file. * Changed default self-consistent scheme and fixed CRATE's input data file documentation. * Updated CRATE's input data file to include implemented clustering algorithms.
- Loading branch information
1 parent
0638094
commit 23a5167
Showing
5 changed files
with
933 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.