process

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. It must also understand when a new signal is starting It usually requires that the extractor has been previously initialized:

Parameters

data

an array of strings to be processed

See also