Giter Site home page Giter Site logo

clique-summary's Introduction

Purpose

This software implements ideas in paper Redundancy-Aware Maximal Cliques (see reference below).

Recent research efforts have made notable progress in improving the performance of (exhaustive) maximal clique enumeration (MCE). However, existing algorithms still suffer from exploring the huge search space of MCE. Furthermore, their results are often undesirable as many of the returned maximal cliques have large overlapping parts. This redundancy leads to problems in both computational efficiency and usefulness of MCE.

We aim at providing a concise and complete summary of the set of maximal cliques, which is useful to many applications. We propose the notion of �_t-visible MCE_ to achieve this goal and design algorithms to realize the notion. The algorithm samples the set of original maxmal cliques, using a recursive search with part of the search branches pruned. The algorithn is accompanied with an optional global filtering stage.

Two versions of the algorithm are available -- randomized and deterministic. The former probabilistically guarantees the summary quality under the notion of visibility , while the latter does definitely. Check the reference paper for details.

One may use the refined output space in efficient computations of, for example, top-k results with diversity and interactive clique exploration.

Program arguments
  1. [input file]
  2. [t] (as $\tau$ in the paper)
  3. [R|D] ( R for randomized algorithm, D for deterministic)
  4. [G|L] ( G to switch on global filter, L to switch off)
  5. [output file] (summary, one clique per line)
Program output
  • the summary
  • of cliques in summary

  • top-10 cliques scored by coverage
Input file format
  • ascii file, adjacency lists
  • 1st line: n, m for # of vertices/edges
  • ith line: vertex i described by id, deg, list of neighbors
Reference

Jia Wang, James Cheng, Ada Wai-Chee Fu.
Redundancy-Aware Maximal Cliques.
19th ACM SIGKDD Conference On Knowledge Discovery and Data Mining (KDD'13), Chicago, USA

clique-summary's People

Contributors

cntswj avatar

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.