com.twitter.cassovary

algorithms

package algorithms

Visibility
  1. Public
  2. All

Type Members

  1. class IntTuplesArray extends Iterable[Seq[Int]]

    A wrapper of an array of tuples used to save memory.

  2. class TriangleCount extends AnyRef

  3. case class TriangleCountParameters(edgeReservoirSize: Int, wedgeReservoirSize: Int) extends Product with Serializable

Value Members

  1. object TriangleCount

    Implementation of approximated triangle counting algorithm by Madhav Jha et al.

    Implementation of approximated triangle counting algorithm by Madhav Jha et al. http://arxiv.org/pdf/1212.2264v3.pdf

    We assume that graph is undirected, formally if edge (a, b) is in graph than (b, a) is also.

  2. package centrality

  3. package linkanalysis

  4. package similarity

Ungrouped