Silhouette - method of interpretation and validation of consistency. More...
Classes | |
class | silhouette |
Represents Silhouette method that is used interpretation and validation of consistency. More... | |
class | silhouette_ksearch |
Represent algorithm for searching optimal number of clusters using specified K-algorithm (K-Means, K-Medians, K-Medoids) that is based on Silhouette method. More... | |
class | silhouette_ksearch_type |
Defines algorithms that can be used to find optimal number of cluster using Silhouette method. More... | |
Silhouette - method of interpretation and validation of consistency.
Implementation based on paper [34].