Package | Description |
---|---|
com.bigdata.rdf.graph |
The GAS (Gather Apply Scatter) API was developed for PowerGraph
(aka GraphLab 2.1).
|
com.bigdata.rdf.graph.analytics |
This package provides implementations of various graph analytics using the
GAS API.
|
com.bigdata.rdf.graph.impl |
This is an implementation of the GAS API for the bigdata platform.
|
com.bigdata.rdf.graph.impl.bd |
Modifier and Type | Interface and Description |
---|---|
interface |
IGASProgram<VS,ES,ST>
Abstract interface for GAS programs.
|
Modifier and Type | Class and Description |
---|---|
class |
BFS
Breadth First Search (BFS) is an iterative graph traversal primitive.
|
class |
CC
Connected components computes the distinct sets of non-overlapping subgraphs
within a graph.
|
class |
PR
Page rank assigns weights to the vertices in a graph based by on the relative
"importance" as determined by the patterns of directed links in the graph.
|
class |
SSSP
SSSP (Single Source, Shortest Path).
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGASProgram<VS,ES,ST>
Abstract base class with some useful defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
PATHS
PATHS is an iterative graph traversal operation.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.