Andrei Novikov

Results 44 issues of Andrei Novikov

**Introduction** One of the tests is wrong, but pass (sample 4 should be instead of 3): ``` def testInitializerForKmeansSampleSimple04(self): self.templateKmeansPlusPlusForClustering(SIMPLE_SAMPLES.SAMPLE_SIMPLE3, 5, [15, 15, 15, 15, 15]) ```

Testing

**Introduction** When user-custom structure is needed, then crash happens in case of `ccore=True`. Example: ``` amount_neurons = 8 network = sync_network(amount_neurons, type_conn=conn_type.DYNAMIC, ccore=True) # build circle structure for i in...

Bug

**Introduction** Current C++ implementation `pyclustering::clst::clique` is not optimal in case of high dimensional data. See complaint: #634 **Description** Algorithm should work for high-dimensional data. No need to build blocks physically,...

Optimization

**Introduction** The CI job fails for TestPyPi repository. See details: https://github.com/annoviko/pyclustering/runs/1425044829?check_suite_focus=true

Continuous Integration

**Introduction** There are bunch of documentations for different versions. In line with the statistic there are a lot of requests to version 0.8 that might bring to misunderstanding. In order...

Documentaion

**Introduction** Currently `setup.py` and installation process are not tested by CI. **Description** New CI Job should be introduced in order to build package and install it. **Acceptance Criteria** - [...

Continuous Integration

**Introduction** There is a discussion regarding to purity estimation - see #620 . In order to cover this proposal, F-Measure should be implemented. **References** Article: The truth of the F-measure....

Enhancement
Good First Issue

**Introduction** There is a discussion regarding to purity estimation - see #620 . In order to cover this proposal, V-Measure should be implemented. **References** Article: V-Measure: A conditional entropy-based external...

Enhancement
Good First Issue

**Introduction** There are two logo for pyclustering and both are done via none vector graphic. **Description** - [ ] Create new logo using vector graphic, for example, SVG.

Documentaion

**Introduction** Documentation should contains information about changes that have been introduced. It can be automatically generated from CHANGELOG file. **Description** Script should be implemented in order to generate doxygen page...

Documentaion