MultiRawTrajectoryExtractor

Parsing strategy that generates a collection of spatial-temporal signals based on a set of String-based time series. The output is represented as a Collection of MultiValuedTrace, s.t. (Integer space, Integer time) -> Double value

See also

for importing a single trajectory from a file.

Constructors

Link copied to clipboard
public void MultiRawTrajectoryExtractor(int spaceSize, SignalProcessor<Float> proc)
Initializes the spatial dimension of the spatio-temporal signals

Properties

Link copied to clipboard
public final int spaceNodes
Link copied to clipboard
public int timePoints

Functions

Link copied to clipboard
public int getSpaceNodes()
Link copied to clipboard
public int getTimePoints()
Link copied to clipboard
public void initialize(Array<String> header)
Initializes the temporal dimension and the list representing the sequence of spatio-temporal signals
Link copied to clipboard
public void process(Array<String> data)
Takes a String array representing a time series and updates the internal structure of the (current) spatial-temporal signal.
Link copied to clipboard