| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IGraph.Community
Documentation
data CommunityOpt Source #
Constructors
| CommunityOpt | |
Fields
| |
Instances
| Default CommunityOpt Source # | |
Methods def :: CommunityOpt # | |
data CommunityMethod Source #
Constructors
| LeadingEigenvector | |
| Spinglass |
findCommunity :: LGraph U v e -> CommunityOpt -> [[Int]] Source #