| Class | Description |
|---|---|
| ClusteringCoefficient |
Driver for the library implementations of Global and Local Clustering Coefficient.
|
| ConnectedComponents |
This example shows how to use Gelly's library methods.
|
| EuclideanGraphWeighing |
This example shows how to use Gelly's
Graph.getTriplets() and
Graph.joinWithEdges(DataSet, EdgeJoinFunction) methods. |
| EuclideanGraphWeighing.Point |
A simple two-dimensional point.
|
| Graph500 |
Generate an RMat graph for Graph 500.
|
| GraphMetrics |
This example illustrates how to use Gelly metrics methods and get simple statistics
from the input graph.
|
| GSASingleSourceShortestPaths |
This example shows how to use Gelly's Gather-Sum-Apply iterations.
|
| HITS |
Driver for the library implementation of HITS (Hubs and Authorities).
|
| HITSAlgorithm<K,VV,EV> |
This is an implementation of HITS algorithm, using a scatter-gather iteration.
|
| IncrementalSSSP |
This example illustrates how to
create a Graph directly from CSV files
use the scatter-gather iteration's messaging direction configuration option
Incremental Single Sink Shortest Paths Example.
|
| IncrementalSSSP.InvalidateMessenger | |
| IncrementalSSSP.VertexDistanceUpdater | |
| JaccardIndex |
Driver for the library implementation of Jaccard Index.
|
| MusicProfiles |
This example demonstrates how to mix the DataSet Flink API with the Gelly API.
|
| MusicProfiles.CreateSimilarUserEdges | |
| MusicProfiles.ExtractMismatchSongIds | |
| MusicProfiles.FilterOutMismatches | |
| MusicProfiles.FilterSongNodes | |
| MusicProfiles.GetTopSongPerUser | |
| PregelSSSP |
This example shows how to use Gelly's Vertex-Centric iterations.
|
| PregelSSSP.SSSPCombiner |
The messages combiner.
|
| PregelSSSP.SSSPComputeFunction |
The compute function for SSSP
|
| SingleSourceShortestPaths |
This example shows how to use Gelly's scatter-gather iterations.
|
| TriangleListing |
Driver for the library implementation of Triangle Listing.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.