![]() |
Represents data cluster in CURE term. More...
Public Member Functions | |
| def | __init__ (self, point, index) |
| Constructor of CURE cluster. More... | |
| def | __repr__ (self) |
| Displays distance to closest cluster and points that are contained by current cluster. | |
Public Attributes | |
| points | |
| List of points that make up cluster. More... | |
| indexes | |
| Point indexes in dataset. More... | |
| mean | |
| Mean of points that make up cluster. More... | |
| rep | |
| List of points that represents clusters. More... | |
| closest | |
| Pointer to the closest cluster. More... | |
| distance | |
| Distance to the closest cluster. More... | |
Represents data cluster in CURE term.
CURE cluster is described by points of cluster, representation points of the cluster and by the cluster center.
| def pyclustering.cluster.cure.cure_cluster.__init__ | ( | self, | |
| point, | |||
| index | |||
| ) |
| pyclustering.cluster.cure.cure_cluster.closest |
| pyclustering.cluster.cure.cure_cluster.distance |
Distance to the closest cluster.
Definition at line 79 of file cure.py.
Referenced by pyclustering.cluster.cure.cure_cluster.__repr__().
| pyclustering.cluster.cure.cure_cluster.indexes |
| pyclustering.cluster.cure.cure_cluster.mean |
| pyclustering.cluster.cure.cure_cluster.points |
List of points that make up cluster.
Definition at line 58 of file cure.py.
Referenced by pyclustering.cluster.cure.cure_cluster.__repr__().
| pyclustering.cluster.cure.cure_cluster.rep |