Package

ml.sparkling.graph.operators.algorithms.coarsening

labelpropagation

Permalink

package labelpropagation

Visibility
  1. Public
  2. All

Type Members

  1. case class ChangedStats(changed: Long, notChanged: Long) extends Product with Serializable

    Permalink
  2. case class VertexWrapper(currentId: VertexId, beforeCurrentId: VertexId, beforeBeforeCurrent: VertexId, changed: Boolean = false) extends Product with Serializable

    Permalink

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

Value Members

  1. object ChangedStatsAgregator extends Product with Serializable

    Permalink
  2. object LPCoarsening extends CoarseningAlgorithm with Product with Serializable

    Permalink
  3. object ToNewId extends Product with Serializable

    Permalink

Ungrouped