Package

ml.sparkling.graph.operators.algorithms.shortestpaths.pathprocessors

fastutils

Permalink

package fastutils

Visibility
  1. Public
  2. All

Type Members

  1. class FastUtilWithDistance[VD, ED] extends PathProcessor[VD, ED, DataMap]

    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 processor that utilizes it.unimi.dsi.fastutil as data store, and computes only distances

  2. class FastUtilWithPath[VD, ED] extends PathProcessor[VD, ED, WithPathContainer]

    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 processor that utilizes it.unimi.dsi.fastutil as data store, and computes all paths with their structure

Value Members

  1. object FastUtilDataTypes

    Permalink

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

  2. object FastUtilWithDistance extends Serializable

    Permalink

Ungrouped