Skip to content

holydrinker/strong-fuzzy-partitions

Repository files navigation

Design of Strong Fuzzy Partitions from Cuts

Implementation of the algorithm inspired by the paper Design of Strong Fuzzy Partitions from Cuts

Computational Intelligence course, Master Degree in Computer Science @ University of Bari

Project supervisor: Corrado Mencar

Demo:

You need python and virtualenv. Install on your machine (if you don't have it yet)

sudo apt-get install python-tk

It can be useful to render some charts.

Clone the repo and move inside it with your terminal. Create and setup the environment:

virtualenv env
source env/bin/activate
pip install -r requirements.txt 

Run simple demo:

python main.py

Releases

No releases published

Packages

No packages published

Languages