Package

ml.sparkling.graph.operators.algorithms.shortestpaths

pathprocessors

Permalink

package pathprocessors

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

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

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Path processors that computes shortest paths lengths using standard scala collections

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

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Path processors that computes shortest paths lengths using standard scala collections

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

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Path processors that computes shortest paths with their structures using standard scala collections

Value Members

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

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

  2. package fastutils

    Permalink

Ungrouped