Options
All
  • Public
  • Public/Protected
  • All
Menu

networkanalysis-ts

networkanalysis-ts

This package is a TypeScript port of the networkanalysis package written in Java. The package provides algorithms and data structures for network analysis. Currently, the package focuses on clustering (or community detection) and layout (or mapping) of networks. In particular, the package contains an implementation of the Leiden algorithm and the Louvain algorithm for network clustering and the VOS technique for network layout. Only undirected networks are supported.

The networkanalysis-ts package was developed by Nees Jan van Eck at the Centre for Science and Technology Studies (CWTS) at Leiden University and benefited from contributions by Olya Stukova and Nikita Rokotyan from Interacta. The networkanalysis package written in Java on which networkanalysis-ts is based was developed by Vincent Traag, Nees Jan van Eck, and Ludo Waltman.

Generated using TypeDoc