pyclustering icon indicating copy to clipboard operation
pyclustering copied to clipboard

pyclustering is a Python, C++ data mining library.

Results 75 pyclustering issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to use similarity isntead of distance in CLARANS algorithm? if yes cud u show us where to add changes in ur code? and does it...

Question
Proposal

**Problem Description** There are warnings about visualization from matplotlib - impossible to display anything (expected behaviour) - see travis-ci MAC OS build. Warnings should be suppressed. ``` testVisualizeSimple18NoFailure (pyclustering.nnet.tests.integration.it_syncsegm.SyncsegmIntegrationTest) ......

Testing
Continuous Integration

**Introduction** There is parameter 'crossover rate' that is used by genetic clustering algorithm and this parameter is not used. **Description** Parameter should be used and algorithm should be influenced by...

Enhancement

Sync for graph coloring should be implemented in CCORE, and gcolor.sync should provide opportunity to use it.

Enhancement

SYNC-SOM should implemented in CCORE library. Network description: - A.Novikov, E.Benderskaya. SYNC-SOM Double-layer Oscillatory Network for Cluster Analysis. 2014. Demands: - Implementation should be independent from pyclustering. - Interface should...

Enhancement

Often image is processed before it segmented and it's very useful to display prepared image for segmentation. Therefore opportunity to display image from array should be provided in following functions:...

Enhancement

Simplify version of LEGION is proposed where no differential equations and that can perform real segmentation.

Enhancement

Legion visualizer is required: - Dynamic representation (global inhibitor should be taken into account). - Synchronous ensembles representation. - Correlation. - Animation of the output dynamic on surface.

Enhancement

**Introduction** Freeman’s model is a biologically realistic computational model of the olfactory cortex. **Resources** - W. Freeman, Mass Action in the Nervous System. New York: Academic, 1975. - J. Principe,...

Enhancement

Visualizer of output dynamic and internal states is required. Can be inherited from sync visualizer. Should provide following abilities: - Output dynamic visualization; - Animation of output dynamic; - Animation...

Enhancement