Package

net.sansa_stack.rdf.spark.partition.graph

algo

Permalink

package algo

Visibility
  1. Public
  2. All

Type Members

  1. class ObjectHashPartition[VD, ED] extends PartitionAlgo[VD, ED] with Serializable

    Permalink

    Expanding the partitions by assigning object triple group of each vertex to partitions

    Expanding the partitions by assigning object triple group of each vertex to partitions

    VD

    the vertex attribute associated with each vertex in the set.

    ED

    the edge attribute associated with each edge in the set.

  2. abstract class PartitionAlgo[VD, ED] extends Serializable

    Permalink
  3. class PathPartition[VD, ED] extends PartitionAlgo[VD, ED] with Serializable

    Permalink

    Path Partition Strategy expand the partitions by assign path groups of all start vertices Expand Edges set E+(i) = pg(sv*).edges

    Path Partition Strategy expand the partitions by assign path groups of all start vertices Expand Edges set E+(i) = pg(sv*).edges

    VD

    the vertex attribute associated with each vertex in the set.

    ED

    the edge attribute associated with each edge in the set.

  4. class SOHashPartition[VD, ED] extends PartitionAlgo[VD, ED] with Serializable

    Permalink

    Expanding the partitions by assigning subject-object triple group of each vertex to partitions

    Expanding the partitions by assigning subject-object triple group of each vertex to partitions

    VD

    the vertex attribute associated with each vertex in the set.

    ED

    the edge attribute associated with each edge in the set.

  5. class SubjectHashPartition[VD, ED] extends PartitionAlgo[VD, ED] with Serializable

    Permalink

    Expanding the partitions by assigning subject triple group of each vertex to partitions

    Expanding the partitions by assigning subject triple group of each vertex to partitions

    VD

    the vertex attribute associated with each vertex in the set.

    ED

    the edge attribute associated with each edge in the set.

Ungrouped