ml.sparkling.graph.operators.algorithms.coarsening

labelpropagation

package labelpropagation

Visibility
  1. Public
  2. All

Type Members

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

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

    Created by Roman Bartusiak <riomus@gmail.

Value Members

  1. object ChangedStatsAgregator extends Product with Serializable

  2. object LPCoarsening extends CoarseningAlgorithm with Product with Serializable

  3. object ToNewId extends Product with Serializable

Ungrouped