Package | Description |
---|---|
org.apache.flink.graph.drivers |
Modifier and Type | Class and Description |
---|---|
class |
AdamicAdar<K extends CopyableValue<K>,VV,EV>
Driver for
AdamicAdar . |
class |
ClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Driver for directed and undirected clustering coefficient algorithm and analytics.
|
class |
ConnectedComponents<K extends Comparable<K>,VV,EV>
Driver for
GSAConnectedComponents . |
class |
DriverBase<K,VV,EV>
Base class for example drivers.
|
class |
EdgeList<K,VV,EV>
|
class |
GraphMetrics<K extends Comparable<K>,VV,EV>
Driver for directed and undirected graph metrics analytics.
|
class |
HITS<K,VV,EV>
Driver for
HITS . |
class |
JaccardIndex<K extends CopyableValue<K>,VV,EV>
Driver for
JaccardIndex . |
class |
PageRank<K,VV,EV>
Driver for
PageRank . |
class |
TriangleListing<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Driver for directed and undirected triangle listing algorithm and analytic.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.