Package | Description |
---|---|
org.apache.flink.graph.bipartite |
Modifier and Type | Method and Description |
---|---|
Graph<KB,VVB,Projection<KT,VVT,VVB,EV>> |
BipartiteGraph.projectionBottomFull()
Convert a bipartite graph into a graph that contains only bottom vertices.
|
Graph<KT,VVT,Projection<KB,VVB,VVT,EV>> |
BipartiteGraph.projectionTopFull()
Convert a bipartite graph into a graph that contains only top vertices.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.