Package

ml.sparkling.graph.operators

partitioning

Permalink

package partitioning

Visibility
  1. Public
  2. All

Type Members

  1. case class ByComponentIdPartitionStrategy(idMap: Map[VertexId, Int], partitions: Int, vertexOperator: VertexOperator) extends Partitioner with PartitionStrategy with Product with Serializable

    Permalink

Value Members

  1. object CommunityBasedPartitioning

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). First approach to community based graph partitioning. It is not efficient due to need of gathering vertex to component id on driver node.

  2. object PSCANBasedPartitioning

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). First approach to community based graph partitioning. It is not efficient due to need of gathering vertex to component id on driver node.

  3. object ParallelPartitioningUtils

    Permalink

    Created by Roman Bartusiak <riomus@gmail.com> on 12.05.17.

  4. object PartitioningUtils

    Permalink

    Created by Roman Bartusiak <riomus@gmail.com> on 12.05.17.

  5. object PropagationBasedPartitioning

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). First approach to community based graph partitioning. It is not efficient due to need of gathering vertex to component id on driver node.

  6. object RandomVertexOperator extends VertexOperator

    Permalink

    Created by Roman Bartusiak <riomus@gmail.com> on 24.04.18.

Ungrouped