- This repository contains implementation of quantization based clustering algorithm proposed in this paper.
- Also contains experiments which compare it to another implementations of algorithms from K-Means family from sci-kit learn library.
- contains implementation of the proposed quantization-based clustering algorithm
- simple implementation of max heap needed by the algorithm
- compares QBCA with another algorithms using
external indices
on generated Gaussian data
- compares QBCA with another algorithms using
internal indices
on generated Gaussian data
- exploring external indices using R
- compares QBCA with another algorithms using image segmentation on sample image "test_image.jpg"
- compares QBCA with another algorithms using
external indices
on famous IRIS dataset
- compares QBCA with another algorithms using
internal indices
on famous IRIS dataset
- visualizing gaussian data that are used for experiments and generated
- visualize
external indices
comparing QBCA to another algorithms
- contain figures that were generated for comparing algorithms and used in the report
- contains CSV files containing results frm external indices comparing performance of different algorithms
- screenshots used in the paper when describing code optimalization