Git Product home page Git Product logo

ljeub / localcommunities Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 5.0 157 KB

Local community detection code that implements the methods used in Think Locally, Act Locally: The Detection of Small, Medium-Sized, and Large Communities in Large Networks. (http://arxiv.org/abs/1403.3795)

Home Page: http://people.maths.ox.ac.uk/jeub/code.html#LocalCommunities

License: BSD 2-Clause "Simplified" License

MATLAB 79.33% C++ 20.67%

localcommunities's People

Contributors

ljeub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

localcommunities's Issues

compile_APPR_mex.m appears to be broken out of the box

Apologies, I work mostly with GitLab and don't have a professional github account.

compile_APPR_mex.m appears to have two bad paths, one to the APPR source and one to the matlab matrix source. See lines 18 and 19:

includes=['-I',location,'/ACLcut/APPR/matlab_matrix'];
and
compiles=strcat(location,'/ACLcut/APPR/' {'APPR/APPR','matlab_matrix/full','matlab_matrix/sparse'},'.cpp');

I see that the last commit on the file is "Update some documentation and clean up folder structure". I'm guessing this script was at the top level and was later moved to the ACLcut directory. The "/ACLcut" sub-string can be safely removed from each path.

includes=['-I',location,'/APPR/matlab_matrix'];
and
compiles=strcat(location,'/APPR/', {'APPR/APPR','matlab_matrix/full','matlab_matrix/sparse'},'.cpp');

The above works just fine.

Regards,

Daniel Schaefer

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.