V
- the graph vertex typeE
- the graph edge typepublic interface MaximumDensitySubgraphAlgorithm<V,E>
Modifier and Type | Method and Description |
---|---|
Graph<V,E> |
calculateDensest()
Calculate a maximum density subgraph
|
double |
getDensity()
Computes density of a maximum density subgraph.
|
Copyright © 2019. All rights reserved.