edu.cmu.graphchi

scala

package scala

Visibility
  1. Public
  2. All

Type Members

  1. case class ALLEDGES() extends EdgeDirection with Product with Serializable

  2. abstract class EdgeDirection extends AnyRef

  3. class GraphChiScala[VertexDataType, EdgeDataType, GatherType] extends GraphChiProgram[VertexDataType, EdgeDataType]

  4. class GraphChiSquared[GatherType] extends GraphChiProgram[Integer, Float]

    GraphChiSquared computes many (personalized) computations in parallel.

    GraphChiSquared computes many (personalized) computations in parallel. Vertex values are stored in-memory.

  5. case class INEDGES() extends EdgeDirection with Product with Serializable

  6. case class NOEDGES() extends EdgeDirection with Product with Serializable

  7. case class OUTEDGES() extends EdgeDirection with Product with Serializable

  8. class ScalaChiVertex[VertexDataType, EdgeDataType] extends AnyRef

  9. class VertexInfo[VT, ET] extends AnyRef

Value Members

  1. package apps

Ungrouped