pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.cluster.ga Namespace Reference

Cluster analysis algorithm: Genetic clustering algorithm (GA). More...

Classes

class  ga_observer
 Genetic algorithm observer that is used to collect information about clustering process on each iteration. More...
 
class  ga_visualizer
 Genetic algorithm visualizer is used to show clustering results that are specific for this particular algorithm: clusters, evolution of global and local optimum. More...
 
class  genetic_algorithm
 Class represents Genetic clustering algorithm. More...
 

Detailed Description

Cluster analysis algorithm: Genetic clustering algorithm (GA).

Implementation based on papers [27], [10].

Authors
Aleksey Kukushkin, Andrei Novikov (pyclu.nosp@m.ster.nosp@m.ing@y.nosp@m.ande.nosp@m.x.ru)
Date
2014-2020