Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Network Science with Python and NetworkX Quick Start Guide

You're reading from  Network Science with Python and NetworkX Quick Start Guide

Product type Book
Published in Apr 2019
Publisher Packt
ISBN-13 9781789955316
Pages 190 pages
Edition 1st Edition
Languages
Author (1):
Edward L. Platt Edward L. Platt
Profile icon Edward L. Platt

Table of Contents (15) Chapters

Preface What is a Network? Working with Networks in NetworkX From Data to Networks Affiliation Networks The Small Scale - Nodes and Centrality The Big Picture - Describing Networks In-Between - Communities Social Networks and Going Viral Simulation and Analysis Networks in Space and Time Visualization Conclusion Other Books You May Enjoy Appendix

Biadjacency matrices

Bipartite graphs can be represented using another type of matrix. Bipartite graphs have two types of vertices, which I'll call row-vertices and column-vertices, for reasons that will become obvious. All edges connect one row-vertex to one column-vertex, so it's not necessary to use a full adjacency matrix connecting all possible vertex pairs. Instead, we represent the edge from the ith row-vertex to the jth column-vertex by setting the element of the matrix at row i and column j. This type of matrix is called a biadjacency matrix, and is typically denoted as B. Because the number of row vertices and column vertices can be different, the biadjacency matrix does not need to be square. The bipartite graph can be projected into a graph containing only row-nodes (or only column-nodes) by using simple matrix operations.

...
lock icon The rest of the chapter is locked
arrow left Previous Chapter
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}