pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.container.cftree.measurement_type Class Reference

Enumeration of measurement types for CF-Tree. More...

+ Inheritance diagram for pyclustering.container.cftree.measurement_type:
+ Collaboration diagram for pyclustering.container.cftree.measurement_type:

Static Public Attributes

int CENTROID_EUCLIDEAN_DISTANCE = 0
 Euclidian distance between centroids of clustering features.
 
int CENTROID_MANHATTAN_DISTANCE = 1
 Manhattan distance between centroids of clustering features.
 
int AVERAGE_INTER_CLUSTER_DISTANCE = 2
 Average distance between all objects from clustering features.
 
int AVERAGE_INTRA_CLUSTER_DISTANCE = 3
 Average distance between all objects within clustering features and between them.
 
int VARIANCE_INCREASE_DISTANCE = 4
 Variance based distance between clustering features.
 

Detailed Description

Enumeration of measurement types for CF-Tree.

See also
cftree

Definition at line 23 of file cftree.py.


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