Writes graph nodes and edges to file.
Writes graph nodes and edges to file.
RDD of elements in format ((datestring, source, target), count)
output file
Unit().
Produces the GEXF output from an Array[Row] and outputs it to gexfPath.
Produces the GEXF output from an Array[Row] and outputs it to gexfPath.
a Dataset[Row] of elements in format (datestring, source, target, count)
output file
true on success.
Produces the GEXF output from a RDD of tuples and outputs it to gexfPath.
Produces the GEXF output from a RDD of tuples and outputs it to gexfPath.
a RDD of elements in format ((datestring, source, target), count)
output file
true on success.
Produces uniqueIds for edge lists from a flatMapped rdd, using nodesWithIds
Produces uniqueIds for edge lists from a flatMapped rdd, using nodesWithIds
an RDD of elements in format ((datestring, source, target), count)
an RDD in format (date, sourceid, destinationid, count)
Produces the id from Nodelookup
Produces the id from Nodelookup
an Option containing the lookup.
a long representing the id or -1 if no id exists from the lookup.
Produces the (label, id) combination from a nodeslist of an RDD that has the same label as lookup.
Produces the (label, id) combination from a nodeslist of an RDD that has the same label as lookup.
an RDD of elements in format ((datestring, source, target), count)
the label to lookup.
an Option containing Some(Label, UniqueId) or None
Produces a zipped RDD with ids and labels from an network-based RDD, rdd.
Produces a zipped RDD with ids and labels from an network-based RDD, rdd.
a RDD of elements in format ((datestring, source, target), count)
an RDD containing (Label, UniqueId)
UDF for exporting an RDD representing a collection of links to a GEXF file.