For the complete documentation index, see llms.txt. This page is also available as Markdown.

Class LabelPropagation

Object
   org.apache.spark.graphx.lib.LabelPropagation

Method:

static <VD,ED> Graph<Object,ED>	run(Graph<VD,ED> graph, int maxSteps, scala.reflect.ClassTag<ED> evidence$1)

Run static Label Propagation for detecting communities in networks.

Last updated