K
- graph ID typeVV
- vertex value typeEV
- edge value typepublic class GlobalClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV> extends GraphAnalyticBase<K,VV,EV,GlobalClusteringCoefficient.Result>
Modifier and Type | Class and Description |
---|---|
static class |
GlobalClusteringCoefficient.Result
Wraps global clustering coefficient metrics.
|
env, parallelism
Constructor and Description |
---|
GlobalClusteringCoefficient() |
Modifier and Type | Method and Description |
---|---|
GlobalClusteringCoefficient.Result |
getResult()
This method must be called after the program has executed.
|
GlobalClusteringCoefficient<K,VV,EV> |
run(Graph<K,VV,EV> input)
All
GraphAnalytic processing must be terminated by an OutputFormat . |
execute, execute, setParallelism
public GlobalClusteringCoefficient<K,VV,EV> run(Graph<K,VV,EV> input) throws Exception
GraphAnalytic
GraphAnalytic
processing must be terminated by an OutputFormat
. Rather
than obtained via accumulators rather than returned by a DataSet
.run
in interface GraphAnalytic<K extends Comparable<K> & CopyableValue<K>,VV,EV,GlobalClusteringCoefficient.Result>
run
in class GraphAnalyticBase<K extends Comparable<K> & CopyableValue<K>,VV,EV,GlobalClusteringCoefficient.Result>
input
- input graphException
public GlobalClusteringCoefficient.Result getResult()
GraphAnalytic
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.