object WriteGEXF

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteGEXF
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(data: Array[Row], gexfPath: String): Boolean

    Verifies gexfPath is empty.

    Verifies gexfPath is empty.

    data

    Array[Row] of elements in format (crawl_date, src_domain, dest_domain, count)

    gexfPath

    output file

  2. def makeFile(data: Array[Row], gexfPath: String): Boolean

    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.

    data

    a Array[Row] of elements in format (crawl_date, src_domain, dest_domain, count)

    gexfPath

    output file

    returns

    true on success.