This repository is contains an open-source, imrpovised Reversible Cellular Automata based clustering technique.
-
Install the requirements using the
requirements.txtfile through the command :pip install -r requirements.txt -
The
cluster.ipynbnotebook contains the sample code for running the clustering technique. -
Make sure your database is included in the
datafolder before clustering, as the function takes dataset name as input. -
The function currently runs on 4 threads by default and runs 10 trails befoer showing the best results.