Package | Description |
---|---|
org.apache.flink.graph.bipartite |
Modifier and Type | Method and Description |
---|---|
static <KT,KB,VVT,VVB,EV> |
BipartiteGraph.fromDataSet(DataSet<Vertex<KT,VVT>> topVertices,
DataSet<Vertex<KB,VVB>> bottomVertices,
DataSet<BipartiteEdge<KT,KB,EV>> edges,
ExecutionEnvironment context)
Create bipartite graph from datasets.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.