Interface | Description |
---|---|
Driver<K,VV,EV> |
A driver for one or more
GraphAlgorithm and/or GraphAnalytic . |
Class | Description |
---|---|
AdamicAdar<K extends CopyableValue<K>,VV,EV> |
Driver for
AdamicAdar . |
ClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV> |
Driver for directed and undirected clustering coefficient algorithm and analytics.
|
ConnectedComponents<K extends Comparable<K>,VV,EV> |
Driver for
GSAConnectedComponents . |
DriverBase<K,VV,EV> |
Base class for example drivers.
|
EdgeList<K,VV,EV> | |
GraphMetrics<K extends Comparable<K>,VV,EV> |
Driver for directed and undirected graph metrics analytics.
|
HITS<K,VV,EV> |
Driver for
HITS . |
JaccardIndex<K extends CopyableValue<K>,VV,EV> |
Driver for
JaccardIndex . |
PageRank<K,VV,EV> |
Driver for
PageRank . |
TriangleListing<K extends Comparable<K> & CopyableValue<K>,VV,EV> |
Driver for directed and undirected triangle listing algorithm and analytic.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.