Git Product home page Git Product logo

ccss's Introduction

Code for CCSS Algorithm

This repository contains a reference implementation of the algorithms for the paper: “CCSS: Towards Conductance-based Community Search with Size Constraints”.

Experimental Environment

This code can be run on a Linux environment. Our code is compiled on a Linux server with Intel(R) Xeon(R) Gold 6348 @ 2.60GHz CPU and 256GB RAM running CentOS 7.7.

Dataset Description

We guarantee that the maximum connected component of the original data is taken. The IDs of the vertex are arranged consecutively starting from 0, with the format:

 first_v  second_v

All public datasets can be downloaded from http://snap.stanford.edu/data/index.html

Running Format

python3 -u CCSS.py [1. graph name] [2. iterations] [3. query vid: q][4. size LB: l] [5. size UB: h]

Running Instance

python3 -u CCSS.py graph.txt 2 3 3 4

ccss's People

Contributors

longlonglin 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.