RawTrajectoryExtractor

Parsing strategy that generates a double[][] spatial-temporal signal based on a set of String-based time series

See also

for importing multiple trajectories from the same file.

Constructors

Link copied to clipboard
public void RawTrajectoryExtractor(int spaceSize)
Initializes the spatial dimension of the spatio-temporal signal

Properties

Link copied to clipboard
public int timePoints

Functions

Link copied to clipboard
public int getTimePoints()
Link copied to clipboard
public void initialize(Array<String> header)
Initializes the temporal dimension and the matrix representing the spatio-temporal signal
public String initialize(Array<Array<double>> header, String wordBreak)
Hook to execute the initialization of the printer, when needed.
Link copied to clipboard
public boolean isComplete()
Link copied to clipboard
public String print(Array<Array<double>> data, String wordBreak)
Parses the input data.
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 spatio-temporal signal
Link copied to clipboard
public Array<Array<double>> result()