Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph Partitioning Algorithm Implemented in R

Tags:

r

graph-theory

Do any R packages include an implementation of a graph partition algorithm such as the Kernighhan-Lin Algorithm?

like image 523
Tim Hopper Avatar asked Feb 15 '26 23:02

Tim Hopper


1 Answers

There is the CRAN package RBGL which wraps the Boost Graph Library -- but you would have to check first whether this latter library contains that partitioning algorithms.

like image 105
Dirk Eddelbuettel Avatar answered Feb 17 '26 13:02

Dirk Eddelbuettel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!