Constructs GraphX graph from RDD of triples
Constructs GraphX graph from RDD of triples
object of GraphX which contains the constructed graph.
net.sansa_stack.rdf.spark.graph.GraphOps.constructGraph
Constructs Hashed GraphX graph from RDD of triples
Constructs Hashed GraphX graph from RDD of triples
object of GraphX which contains the constructed hashed graph.
net.sansa_stack.rdf.spark.graph.GraphOps.constructHashedGraph
Constructs String GraphX graph from RDD of triples
Constructs String GraphX graph from RDD of triples
object of GraphX which contains the constructed string graph.
net.sansa_stack.rdf.spark.graph.GraphOps.constructStringGraph
Adds methods,
asGraph
to RDD that allows to transform as a GraphX representation.