Git Product home page Git Product logo

constrained_clustering's Introduction

Constrained Clustering

This is a MATLAB code containing a set of clustering algorithms.

Part of this code is used to simulate experiments in this work.

Also there is a list of constrained clustering algorithms with available codes here.

How to run:

To see output on toy data, go to the directory experiment, and run the script experiment_toy.m. You should be able to see the following output, followed by some other outputs:

alt text

You can run the script experiment_uci.m to see the output of the algorithms on the UCI dataset as well.

Structure of this package

Here is how the code structured:

  • algorithms contains a the algorithms we have studied / experimented with, at some point. Many of these codes are downloaded from somewhere, and included directly (or with small modifications). Some of these algorithms contain a README.md inside their folder, which explain where they are downloaded, and possible modifications / extensions on them.
    Note that not all of these algorithms are used in the evaluation script (either due to instability, being slow, or not being compatible with our purposes). That said, you can always add these to the script and use them.
  • data: UCI data + toy data
  • distance: some of the distance measures we have used across multiple algorithms.
  • experiment: scripts for running the algorithms on datasets.
  • metrics: contains the evaluation metrics we have used.

Questions / Comments / Suggestions

Email Daniel: http://web.engr.illinois.edu/~khashab2/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.