Documentation for the _.DeepSee.extensions.clusters package. More...
Classes | |
| class | AbstractModel |
| This class provides a base class for implementation for different Cluster Analysis algorithms. More... | |
| class | ASW |
| This class calculates Average Silhouette Width index. More... | |
| class | CalinskiHarabasz |
| This class calculates Calinski-Harabasz index. More... | |
| class | ChartModel |
| class | CLARA |
| This class provides an implemantation of CLARA (Clustering for Large Applications) algorithm. More... | |
| class | DataController |
| class | DissimilarityModel |
| class | Ordered |
| This class provides cluster analysis for a set of ordered objects. More... | |
| class | PAM |
| This class provides an implemantation of Partitioning Around Medoids (PAM) algorithm, a.k.a. More... | |
| class | PAMSA |
| This class provides an implemantation of Partitioning Around Medoids (PAM) algorithm adding Simulated Annealing (See Wikipedia article for more information) to avoid falling into a local minimum. More... | |
| class | PearsonGamma |
| This class calculates Pearson-Gamma index which is a correlation coefficient between distance between two points and a binary function whether they belong to the same cluster. More... | |
| class | TableAnalysis |
| class | ZenApplication |
Documentation for the _.DeepSee.extensions.clusters package.