GithubHelp home page GithubHelp logo

mprandwalk's Introduction

mprandwalk

A meta-path-based random walk generator

Usage:

mprandwalk [OPTION...]

-i, --input <Path>       Input file as an adjacency list  
-o, --output <Path>      Output file for writing result  
-m, --metapath <String>  Metapath to guide the random walk (each character denotes a node type)  
-e, --exclude <String>   Node types from metapath to be excluded from the result (default: "")  
-n, --num-walks <Int>    Number of walks per node (default: 100)  
-w, --walk-length <Int>  Length of each walk (default: 100)  
-h, --help               Display help  

Example:

mprandwalk --input data/adjlist.txt --output result/walks.txt --metapath vapav --exclude ap --num-walks 10 --walk-length 20

Input

The supported input file format is an adjacency list. Each node in the file is represented as a <type>+<id>, where <type> is a character denoting the type of the node and <id> is a string denoting the node id. Example: vKDD

Each line of the input file starts with a source node and the remaining words on the same line are neighbors of the source node:

 source_node neighbor_node_1 neighbor_node_2 ...

Output

Each line in the output corresponds to a single random walk.

mprandwalk's People

Contributors

sisaman avatar

Watchers

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