pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.cluster.silhouette.silhouette_ksearch_type Class Reference

Defines algorithms that can be used to find optimal number of cluster using Silhouette method. More...

+ Inheritance diagram for pyclustering.cluster.silhouette.silhouette_ksearch_type:
+ Collaboration diagram for pyclustering.cluster.silhouette.silhouette_ksearch_type:

Public Member Functions

def get_type (self)
 Returns algorithm type that corresponds to specified enumeration value. More...
 

Static Public Attributes

int KMEANS = 0
 K-Means algorithm for searching optimal number of clusters.
 
int KMEDIANS = 1
 K-Medians algorithm for searching optimal number of clusters.
 
int KMEDOIDS = 2
 K-Medoids algorithm for searching optimal number of clusters.
 

Detailed Description

Defines algorithms that can be used to find optimal number of cluster using Silhouette method.

See also
silhouette_ksearch

Definition at line 336 of file silhouette.py.

Member Function Documentation

◆ get_type()

def pyclustering.cluster.silhouette.silhouette_ksearch_type.get_type (   self)

Returns algorithm type that corresponds to specified enumeration value.

Returns
(type) Algorithm type for cluster analysis.

Definition at line 353 of file silhouette.py.


The documentation for this class was generated from the following file: