pyclustering.cluster.silhouette Namespace Reference

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...
 

Detailed Description

Silhouette - method of interpretation and validation of consistency.

Implementation based on paper [32].

Authors
Andrei Novikov (pyclu.nosp@m.ster.nosp@m.ing@y.nosp@m.ande.nosp@m.x.ru)
Date
2014-2019