haskell-igraph-0.7.0: Haskell interface of the igraph library.

Safe HaskellNone
LanguageHaskell2010

IGraph.Algorithms.Community

Documentation

modularity Source #

Arguments

:: Graph d v e 
-> [[Int]]

Communities.

-> Maybe [Double]

Weights

-> Double 

findCommunity Source #

Arguments

:: Graph U v e 
-> Maybe [Double]

node weights

-> CommunityMethod

Community finding algorithms

-> [[Int]] 

data CommunityMethod Source #

Constructors

LeadingEigenvector 

Fields

  • _nIter :: Int

    number of iterations, default is 10000

Spinglass 

Fields