Code covered by the BSD License  

Highlights from
bvgraph

Be the first to rate this file! 14 Downloads (last 30 days) File Size: 154.71 KB File ID: #16248

bvgraph

by David Gleich

 

05 Sep 2007 (Updated 22 Jul 2009)

A matlab class to work with the highly compressed BVGraph files.

| Watch this File

File Information
Description

The bvgraph class makes working with enormous graph adjacency matrices in Matlab a snap. The class implements an interface to BVGraph files (http://webgraph.dsi.unimi.it) that emulates a Matlab sparse matrix.

For example,

>> G = bvgraph(‘data/wb-cs.stanford’);

>> size(G);

>> y = G*rand(size(G,1),1);

are all valid operations. See the “bvgraph example” file for a more exhaustive explanation.

The goal of the library is to support computing PageRank with a 1 billion link graph and 120 million nodes possible inside Matlab with only 2 GB of memory. To load the matrix itself on a 64-bit platform would take around 10 GB of memory. As the “huge graphs” example shows, the bvgraph class achieves this goal.

To find additional datasets, see http://law.dsi.unimi.it/index.php?option=com_include&Itemid=65

The software was tested on

Matlab 2007b on amd64 Ubuntu 7.04
Matlab 2007a on amd64 Ubuntu 7.04
Matlab 2006b on amd64 Ubuntu 7.04

Matlab R14SP3 on qemu (i686) Ubuntu 6.06.1
Matlab 2007b on i686 Ubunutu 5.10

Matlab 7.0 on i386 Windows
Matlab 2007a on i386 Windows

Matlab 2007a on qemu (x86_64) WinXP64

MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
05 Sep 2007

Fixed two packaging errors in the zip file. Removed pagerank.m and duplicate of huge_graph.html.

30 Jan 2008

New version 1.1 with bug fixes for 32-bit matlab and now precompiled for 64-bit windows.

22 Jul 2009

Removed GPLed pieces.

Tag Activity for this File
Tag Applied By Date/Time
data import David Gleich 22 Oct 2008 09:25:55
data export David Gleich 22 Oct 2008 09:25:55
matlab large graph compressed bvgraph David Gleich 22 Oct 2008 09:25:55

Contact us at files@mathworks.com