ml.sparkling.graph.operators.algorithms.shortestpaths

pathprocessors

package pathprocessors

Visibility
  1. Public
  2. All

Type Members

  1. trait PathProcessor[VD, ED, PS] extends Serializable

    Created by Roman Bartusiak (roman.

  2. class SingleVertexProcessor[VD, ED] extends PathProcessor[VD, ED, Double]

    Created by Roman Bartusiak (roman.

  3. class WithDistanceProcessor[VD, ED] extends PathProcessor[VD, ED, Map[VertexId, ED]]

    Created by Roman Bartusiak (roman.

  4. class WithPathProcessor[VD, ED] extends PathProcessor[VD, ED, Map[VertexId, (ED, Set[List[VertexId]])]]

    Created by Roman Bartusiak (roman.

Value Members

  1. object PathListComparator extends Comparator[JList[JDouble]] with Serializable

    Created by Roman Bartusiak (roman.

  2. package fastutils

Ungrouped