gf_connected_components: Connected components

Description Usage Arguments

Description

Connected components

Usage

1
2
gf_connected_components(x, broadcast_threshold = 1000000L,
  algorithm = c("graphframes", "graphx"), checkpoint_interval = 2L, ...)

Arguments

x

An object coercable to a GraphFrame (typically, a gf_graphframe).

broadcast_threshold

broadcast threshold in propagating component assignments

algorithm

'graphframes' or 'graphx'

checkpoint_interval

checkpoint interval in terms of number of iterations

...

Optional arguments, currently not used.


kevinykuo/sparklygraphs documentation built on May 23, 2019, 9:33 a.m.